Html Css Color HEX #BBC0E1 Perano

📋 copy color: '#BBC0E1'

red 187 ◦ green 192 ◦ blue 225

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

Shades of Perano #BBC0E1

Tints of Perano #BBC0E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.25%

R = 30.96%
G = 31.79%
B = 37.25%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BBC0E1 (or 0xBBC0E1) is known color: Perano. HEX triplet: BB, C0 and E1. RGB value is (187,192,225). Sum of RGB (Red+Green+Blue) = 187+192+225=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBC0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0E1 is #443F1E. Grayscale: #C2C2C2. Windows color (decimal): -4472607 or 14794939. OLE color: 14794939.

HSL color Cylindrical-coordinate representation of color #BBC0E1: hue angle of 232.11º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBC0E1 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 192 225 -
CMYK 0.17 0.15 0 0.12
HSL 232.11º 0.39% 0.81% -
HSV(B) 232.11º 0.17% 0.88% -
XYZ 52.93 53.7 78.81 -
YUV 194.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 187 192 225 0.17 0.15 0 0.12 232.11 0.39 0.81
Hex BB C0 E1 11 F 0 C E8 27 51
Octal 273 300 341 21 17 0 14 350 47 121
Binary 10111011 11000000 11100001 10001 1111 0 1100 11101000 100111 1010001

Color Harmonies of #BBC0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0E1

Black with #BBC0E1

Text Example


Text Example

White with #BBC0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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