Html Css Color HEX #BBCDE9 Periwinkle

📋 copy color: '#BBCDE9'

red 187 ◦ green 205 ◦ blue 233

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

Shades of Periwinkle #BBCDE9

Tints of Periwinkle #BBCDE9

RGB

 RED value IS 187 (73.44% from 255) = 29.92%

 GREEN value IS 205 (80.47% from 255) = 32.8%

 BLUE value IS 233 (91.41% from 255) = 37.28%

R = 29.92%
G = 32.8%
B = 37.28%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBCDE9 (or 0xBBCDE9) is known color: Periwinkle. HEX triplet: BB, CD and E9. RGB value is (187,205,233). Sum of RGB (Red+Green+Blue) = 187+205+233=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBCDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCDE9 is #443216. Grayscale: #CACACA. Windows color (decimal): -4469271 or 15322555. OLE color: 15322555.

HSL color Cylindrical-coordinate representation of color #BBCDE9: hue angle of 216.52º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBCDE9 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 205 233 -
CMYK 0.20 0.12 0 0.09
HSL 216.52º 0.51% 0.82% -
HSV(B) 216.52º 0.2% 0.91% -
XYZ 57.03 60.11 85.69 -
YUV 202.81 145.04 116.72 -
System Red Green Blue C M Y K H S L
Decimal 187 205 233 0.20 0.12 0 0.09 216.52 0.51 0.82
Hex BB CD E9 14 C 0 9 D9 33 52
Octal 273 315 351 24 14 0 11 331 63 122
Binary 10111011 11001101 11101001 10100 1100 0 1001 11011001 110011 1010010

Color Harmonies of #BBCDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDE9

Black with #BBCDE9

Text Example


Text Example

White with #BBCDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDE9; }

 p { color: rgb(187,205,233); }

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

background-color css

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

 a { background-color: rgb(187,205,233); }

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

border-color css

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

 span { border-color: rgb(187,205,233); }

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