Html Css Color HEX #BBC0E7 Perano

📋 copy color: '#BBC0E7'

red 187 ◦ green 192 ◦ blue 231

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

Shades of Perano #BBC0E7

Tints of Perano #BBC0E7

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.48%

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

R = 30.66%
G = 31.48%
B = 37.87%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBC0E7 (or 0xBBC0E7) is known color: Perano. HEX triplet: BB, C0 and E7. RGB value is (187,192,231). Sum of RGB (Red+Green+Blue) = 187+192+231=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBC0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0E7 is #443F18. Grayscale: #C2C2C2. Windows color (decimal): -4472601 or 15188155. OLE color: 15188155.

HSL color Cylindrical-coordinate representation of color #BBC0E7: hue angle of 233.18º 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 #BBC0E7 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 192 231 -
CMYK 0.19 0.17 0 0.09
HSL 233.18º 0.48% 0.82% -
HSV(B) 233.18º 0.19% 0.91% -
XYZ 53.77 54.03 83.2 -
YUV 194.95 148.34 122.33 -
System Red Green Blue C M Y K H S L
Decimal 187 192 231 0.19 0.17 0 0.09 233.18 0.48 0.82
Hex BB C0 E7 13 11 0 9 E9 30 52
Octal 273 300 347 23 21 0 11 351 60 122
Binary 10111011 11000000 11100111 10011 10001 0 1001 11101001 110000 1010010

Color Harmonies of #BBC0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0E7

Black with #BBC0E7

Text Example


Text Example

White with #BBC0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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