Html Css Color HEX #BEC9DE Periwinkle

📋 copy color: '#BEC9DE'

red 190 ◦ green 201 ◦ blue 222

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

Shades of Periwinkle #BEC9DE

Tints of Periwinkle #BEC9DE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.79%

 BLUE value IS 222 (87.11% from 255) = 36.22%

R = 31%
G = 32.79%
B = 36.22%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BEC9DE (or 0xBEC9DE) is known color: Periwinkle. HEX triplet: BE, C9 and DE. RGB value is (190,201,222). Sum of RGB (Red+Green+Blue) = 190+201+222=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEC9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9DE is #413621. Grayscale: #C8C8C8. Windows color (decimal): -4273698 or 14600638. OLE color: 14600638.

HSL color Cylindrical-coordinate representation of color #BEC9DE: hue angle of 219.38º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEC9DE is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 201 222 -
CMYK 0.14 0.09 0 0.13
HSL 219.38º 0.33% 0.81% -
HSV(B) 219.38º 0.14% 0.87% -
XYZ 55.31 57.99 77.39 -
YUV 200.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 190 201 222 0.14 0.09 0 0.13 219.38 0.33 0.81
Hex BE C9 DE E 9 0 D DB 21 51
Octal 276 311 336 16 11 0 15 333 41 121
Binary 10111110 11001001 11011110 1110 1001 0 1101 11011011 100001 1010001

Color Harmonies of #BEC9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC9DE

Black with #BEC9DE

Text Example


Text Example

White with #BEC9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC9DE; }

 p { color: rgb(190,201,222); }

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

background-color css

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

 a { background-color: rgb(190,201,222); }

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

border-color css

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

 span { border-color: rgb(190,201,222); }

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