Html Css Color HEX #BBC8EE Periwinkle

📋 copy color: '#BBC8EE'

red 187 ◦ green 200 ◦ blue 238

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

Shades of Periwinkle #BBC8EE

Tints of Periwinkle #BBC8EE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32%

 BLUE value IS 238 (93.36% from 255) = 38.08%

R = 29.92%
G = 32%
B = 38.08%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBC8EE (or 0xBBC8EE) is known color: Periwinkle. HEX triplet: BB, C8 and EE. RGB value is (187,200,238). Sum of RGB (Red+Green+Blue) = 187+200+238=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBC8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC8EE is #443711. Grayscale: #C8C8C8. Windows color (decimal): -4470546 or 15648955. OLE color: 15648955.

HSL color Cylindrical-coordinate representation of color #BBC8EE: hue angle of 224.71º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBC8EE is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 200 238 -
CMYK 0.21 0.16 0 0.07
HSL 224.71º 0.6% 0.83% -
HSV(B) 224.71º 0.21% 0.93% -
XYZ 56.58 58.05 89.11 -
YUV 200.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 187 200 238 0.21 0.16 0 0.07 224.71 0.6 0.83
Hex BB C8 EE 15 10 0 7 E1 3C 53
Octal 273 310 356 25 20 0 7 341 74 123
Binary 10111011 11001000 11101110 10101 10000 0 111 11100001 111100 1010011

Color Harmonies of #BBC8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC8EE

Black with #BBC8EE

Text Example


Text Example

White with #BBC8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC8EE; }

 p { color: rgb(187,200,238); }

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

background-color css

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

 a { background-color: rgb(187,200,238); }

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

border-color css

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

 span { border-color: rgb(187,200,238); }

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