Html Css Color HEX #BBCAE2 Periwinkle

📋 copy color: '#BBCAE2'

red 187 ◦ green 202 ◦ blue 226

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

Shades of Periwinkle #BBCAE2

Tints of Periwinkle #BBCAE2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.85%

 BLUE value IS 226 (88.67% from 255) = 36.75%

R = 30.41%
G = 32.85%
B = 36.75%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BBCAE2 (or 0xBBCAE2) is known color: Periwinkle. HEX triplet: BB, CA and E2. RGB value is (187,202,226). Sum of RGB (Red+Green+Blue) = 187+202+226=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 226 (88.67% from 255 or 36.75% from 615); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBCAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAE2 is #44351D. Grayscale: #C8C8C8. Windows color (decimal): -4470046 or 14863035. OLE color: 14863035.

HSL color Cylindrical-coordinate representation of color #BBCAE2: hue angle of 216.92º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBCAE2 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 202 226 -
CMYK 0.17 0.11 0 0.11
HSL 216.92º 0.4% 0.81% -
HSV(B) 216.92º 0.17% 0.89% -
XYZ 55.34 58.3 80.29 -
YUV 200.25 142.53 118.55 -
System Red Green Blue C M Y K H S L
Decimal 187 202 226 0.17 0.11 0 0.11 216.92 0.4 0.81
Hex BB CA E2 11 B 0 B D9 28 51
Octal 273 312 342 21 13 0 13 331 50 121
Binary 10111011 11001010 11100010 10001 1011 0 1011 11011001 101000 1010001

Color Harmonies of #BBCAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAE2

Black with #BBCAE2

Text Example


Text Example

White with #BBCAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAE2; }

 p { color: rgb(187,202,226); }

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

background-color css

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

 a { background-color: rgb(187,202,226); }

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

border-color css

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

 span { border-color: rgb(187,202,226); }

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