Html Css Color HEX #BBC2E7 Periwinkle

📋 copy color: '#BBC2E7'

red 187 ◦ green 194 ◦ blue 231

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

Shades of Periwinkle #BBC2E7

Tints of Periwinkle #BBC2E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.75%

R = 30.56%
G = 31.7%
B = 37.75%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBC2E7 (or 0xBBC2E7) is known color: Periwinkle. HEX triplet: BB, C2 and E7. RGB value is (187,194,231). Sum of RGB (Red+Green+Blue) = 187+194+231=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBC2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2E7 is #443D18. Grayscale: #C3C3C3. Windows color (decimal): -4472089 or 15188667. OLE color: 15188667.

HSL color Cylindrical-coordinate representation of color #BBC2E7: hue angle of 230.45º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBC2E7 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 194 231 -
CMYK 0.19 0.16 0 0.09
HSL 230.45º 0.48% 0.82% -
HSV(B) 230.45º 0.19% 0.91% -
XYZ 54.21 54.92 83.34 -
YUV 196.13 147.68 121.49 -
System Red Green Blue C M Y K H S L
Decimal 187 194 231 0.19 0.16 0 0.09 230.45 0.48 0.82
Hex BB C2 E7 13 10 0 9 E6 30 52
Octal 273 302 347 23 20 0 11 346 60 122
Binary 10111011 11000010 11100111 10011 10000 0 1001 11100110 110000 1010010

Color Harmonies of #BBC2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2E7

Black with #BBC2E7

Text Example


Text Example

White with #BBC2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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