Html Css Color HEX #BBC0E9 Perano

📋 copy color: '#BBC0E9'

red 187 ◦ green 192 ◦ blue 233

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

Shades of Perano #BBC0E9

Tints of Perano #BBC0E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.07%

R = 30.56%
G = 31.37%
B = 38.07%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBC0E9 (or 0xBBC0E9) is known color: Perano. HEX triplet: BB, C0 and E9. RGB value is (187,192,233). Sum of RGB (Red+Green+Blue) = 187+192+233=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBC0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0E9 is #443F16. Grayscale: #C3C3C3. Windows color (decimal): -4472599 or 15319227. OLE color: 15319227.

HSL color Cylindrical-coordinate representation of color #BBC0E9: hue angle of 233.48º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBC0E9 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 192 233 -
CMYK 0.20 0.18 0 0.09
HSL 233.48º 0.51% 0.82% -
HSV(B) 233.48º 0.2% 0.91% -
XYZ 54.05 54.15 84.69 -
YUV 195.18 149.34 122.17 -
System Red Green Blue C M Y K H S L
Decimal 187 192 233 0.20 0.18 0 0.09 233.48 0.51 0.82
Hex BB C0 E9 14 12 0 9 E9 33 52
Octal 273 300 351 24 22 0 11 351 63 122
Binary 10111011 11000000 11101001 10100 10010 0 1001 11101001 110011 1010010

Color Harmonies of #BBC0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0E9

Black with #BBC0E9

Text Example


Text Example

White with #BBC0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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