Html Css Color HEX #BBCBE5 Periwinkle

📋 copy color: '#BBCBE5'

red 187 ◦ green 203 ◦ blue 229

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

Shades of Periwinkle #BBCBE5

Tints of Periwinkle #BBCBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37%

R = 30.21%
G = 32.79%
B = 37%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBCBE5 (or 0xBBCBE5) is known color: Periwinkle. HEX triplet: BB, CB and E5. RGB value is (187,203,229). Sum of RGB (Red+Green+Blue) = 187+203+229=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBCBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBE5 is #44341A. Grayscale: #C9C9C9. Windows color (decimal): -4469787 or 15059899. OLE color: 15059899.

HSL color Cylindrical-coordinate representation of color #BBCBE5: hue angle of 217.14º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBCBE5 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 203 229 -
CMYK 0.18 0.11 0 0.10
HSL 217.14º 0.45% 0.82% -
HSV(B) 217.14º 0.18% 0.9% -
XYZ 55.99 58.93 82.55 -
YUV 201.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 187 203 229 0.18 0.11 0 0.10 217.14 0.45 0.82
Hex BB CB E5 12 B 0 A D9 2D 52
Octal 273 313 345 22 13 0 12 331 55 122
Binary 10111011 11001011 11100101 10010 1011 0 1010 11011001 101101 1010010

Color Harmonies of #BBCBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBE5

Black with #BBCBE5

Text Example


Text Example

White with #BBCBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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