Html Css Color HEX #BBCEEB Periwinkle

📋 copy color: '#BBCEEB'

red 187 ◦ green 206 ◦ blue 235

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

Shades of Periwinkle #BBCEEB

Tints of Periwinkle #BBCEEB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.8%

 BLUE value IS 235 (92.19% from 255) = 37.42%

R = 29.78%
G = 32.8%
B = 37.42%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBCEEB (or 0xBBCEEB) is known color: Periwinkle. HEX triplet: BB, CE and EB. RGB value is (187,206,235). Sum of RGB (Red+Green+Blue) = 187+206+235=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBCEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEEB is #443114. Grayscale: #CBCBCB. Windows color (decimal): -4469013 or 15453883. OLE color: 15453883.

HSL color Cylindrical-coordinate representation of color #BBCEEB: hue angle of 216.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBCEEB is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 206 235 -
CMYK 0.20 0.12 0 0.08
HSL 216.25º 0.55% 0.83% -
HSV(B) 216.25º 0.2% 0.92% -
XYZ 57.56 60.71 87.28 -
YUV 203.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 187 206 235 0.20 0.12 0 0.08 216.25 0.55 0.83
Hex BB CE EB 14 C 0 8 D8 37 53
Octal 273 316 353 24 14 0 10 330 67 123
Binary 10111011 11001110 11101011 10100 1100 0 1000 11011000 110111 1010011

Color Harmonies of #BBCEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCEEB

Black with #BBCEEB

Text Example


Text Example

White with #BBCEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCEEB; }

 p { color: rgb(187,206,235); }

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

background-color css

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

 a { background-color: rgb(187,206,235); }

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

border-color css

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

 span { border-color: rgb(187,206,235); }

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