Html Css Color HEX #BBCDE8 Periwinkle

📋 copy color: '#BBCDE8'

red 187 ◦ green 205 ◦ blue 232

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

Shades of Periwinkle #BBCDE8

Tints of Periwinkle #BBCDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.18%

R = 29.97%
G = 32.85%
B = 37.18%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBCDE8 (or 0xBBCDE8) is known color: Periwinkle. HEX triplet: BB, CD and E8. RGB value is (187,205,232). Sum of RGB (Red+Green+Blue) = 187+205+232=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBCDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCDE8 is #443217. Grayscale: #CACACA. Windows color (decimal): -4469272 or 15257019. OLE color: 15257019.

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

Color convert

RGB 187 205 232 -
CMYK 0.19 0.12 0 0.09
HSL 216º 0.49% 0.82% -
HSV(B) 216º 0.19% 0.91% -
XYZ 56.89 60.05 84.94 -
YUV 202.7 144.54 116.8 -
System Red Green Blue C M Y K H S L
Decimal 187 205 232 0.19 0.12 0 0.09 216 0.49 0.82
Hex BB CD E8 13 C 0 9 D8 31 52
Octal 273 315 350 23 14 0 11 330 61 122
Binary 10111011 11001101 11101000 10011 1100 0 1001 11011000 110001 1010010

Color Harmonies of #BBCDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDE8

Black with #BBCDE8

Text Example


Text Example

White with #BBCDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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