Html Css Color HEX #BBCBEB Periwinkle

📋 copy color: '#BBCBEB'

red 187 ◦ green 203 ◦ blue 235

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

Shades of Periwinkle #BBCBEB

Tints of Periwinkle #BBCBEB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.48%

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

R = 29.92%
G = 32.48%
B = 37.6%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBCBEB (or 0xBBCBEB) is known color: Periwinkle. HEX triplet: BB, CB and EB. RGB value is (187,203,235). Sum of RGB (Red+Green+Blue) = 187+203+235=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBCBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCBEB is #443414. Grayscale: #C9C9C9. Windows color (decimal): -4469781 or 15453115. OLE color: 15453115.

HSL color Cylindrical-coordinate representation of color #BBCBEB: hue angle of 220º 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 #BBCBEB is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 203 235 -
CMYK 0.20 0.14 0 0.08
HSL 220º 0.55% 0.83% -
HSV(B) 220º 0.2% 0.92% -
XYZ 56.84 59.27 87.04 -
YUV 201.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 187 203 235 0.20 0.14 0 0.08 220 0.55 0.83
Hex BB CB EB 14 E 0 8 DC 37 53
Octal 273 313 353 24 16 0 10 334 67 123
Binary 10111011 11001011 11101011 10100 1110 0 1000 11011100 110111 1010011

Color Harmonies of #BBCBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBEB

Black with #BBCBEB

Text Example


Text Example

White with #BBCBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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