Html Css Color HEX #BBC2E4 Periwinkle

📋 copy color: '#BBC2E4'

red 187 ◦ green 194 ◦ blue 228

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

Shades of Periwinkle #BBC2E4

Tints of Periwinkle #BBC2E4

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.86%

 BLUE value IS 228 (89.45% from 255) = 37.44%

R = 30.71%
G = 31.86%
B = 37.44%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BBC2E4 (or 0xBBC2E4) is known color: Periwinkle. HEX triplet: BB, C2 and E4. RGB value is (187,194,228). Sum of RGB (Red+Green+Blue) = 187+194+228=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 228 (89.45% from 255 or 37.44% from 609); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBC2E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2E4 is #443D1B. Grayscale: #C3C3C3. Windows color (decimal): -4472092 or 14992059. OLE color: 14992059.

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

Color convert

RGB 187 194 228 -
CMYK 0.18 0.15 0 0.11
HSL 229.76º 0.43% 0.81% -
HSV(B) 229.76º 0.18% 0.89% -
XYZ 53.79 54.75 81.13 -
YUV 195.78 146.18 121.74 -
System Red Green Blue C M Y K H S L
Decimal 187 194 228 0.18 0.15 0 0.11 229.76 0.43 0.81
Hex BB C2 E4 12 F 0 B E6 2B 51
Octal 273 302 344 22 17 0 13 346 53 121
Binary 10111011 11000010 11100100 10010 1111 0 1011 11100110 101011 1010001

Color Harmonies of #BBC2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2E4

Black with #BBC2E4

Text Example


Text Example

White with #BBC2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2E4; }

 p { color: rgb(187,194,228); }

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

background-color css

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

 a { background-color: rgb(187,194,228); }

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

border-color css

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

 span { border-color: rgb(187,194,228); }

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