Html Css Color HEX #BECFF1 Periwinkle

📋 copy color: '#BECFF1'

red 190 ◦ green 207 ◦ blue 241

#BECFF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periwinkle #BECFF1

Tints of Periwinkle #BECFF1

RGB

 RED value IS 190 (74.61% from 255) = 29.78%

 GREEN value IS 207 (81.25% from 255) = 32.45%

 BLUE value IS 241 (94.53% from 255) = 37.77%

R = 29.78%
G = 32.45%
B = 37.77%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BECFF1 (or 0xBECFF1) is known color: Periwinkle. HEX triplet: BE, CF and F1. RGB value is (190,207,241). Sum of RGB (Red+Green+Blue) = 190+207+241=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #BECFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECFF1 is #41300E. Grayscale: #CDCDCD. Windows color (decimal): -4272143 or 15847358. OLE color: 15847358.

HSL color Cylindrical-coordinate representation of color #BECFF1: hue angle of 220º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BECFF1 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 207 241 -
CMYK 0.21 0.14 0 0.05
HSL 220º 0.65% 0.85% -
HSV(B) 220º 0.21% 0.95% -
XYZ 59.43 61.92 92.04 -
YUV 205.79 147.87 116.74 -
System Red Green Blue C M Y K H S L
Decimal 190 207 241 0.21 0.14 0 0.05 220 0.65 0.85
Hex BE CF F1 15 E 0 5 DC 41 55
Octal 276 317 361 25 16 0 5 334 101 125
Binary 10111110 11001111 11110001 10101 1110 0 101 11011100 1000001 1010101

Color Harmonies of #BECFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECFF1

Black with #BECFF1

Text Example


Text Example

White with #BECFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECFF1; }

 p { color: rgb(190,207,241); }

 H1.HeaderClassName
 {
   color: #BECFF1;
 }
 .AnyTagClassName
 {
   color: #BECFF1;
 }
</style>

background-color css

<style>
 a { background-color: #BECFF1; }

 a { background-color: rgb(190,207,241); }

 div.DivClassName
 {
   background-color: #BECFF1;
 }
 .BgClassName
 {
   background-color: #BECFF1;
 }
</style>

border-color css

<style>
 span { border-color: #BECFF1; }

 span { border-color: rgb(190,207,241); }

 td.TdClassName
 {
   border-color: #BECFF1;
 }
 .TagClassName
 {
   border-color: #BECFF1;
 }
</style>