Html Css Color HEX #BBC0E4 Perano

📋 copy color: '#BBC0E4'

red 187 ◦ green 192 ◦ blue 228

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

Shades of Perano #BBC0E4

Tints of Perano #BBC0E4

RGB

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

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

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

R = 30.81%
G = 31.63%
B = 37.56%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BBC0E4 (or 0xBBC0E4) is known color: Perano. HEX triplet: BB, C0 and E4. RGB value is (187,192,228). Sum of RGB (Red+Green+Blue) = 187+192+228=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBC0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0E4 is #443F1B. Grayscale: #C2C2C2. Windows color (decimal): -4472604 or 14991547. OLE color: 14991547.

HSL color Cylindrical-coordinate representation of color #BBC0E4: hue angle of 232.68º 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 #BBC0E4 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 192 228 -
CMYK 0.18 0.16 0 0.11
HSL 232.68º 0.43% 0.81% -
HSV(B) 232.68º 0.18% 0.89% -
XYZ 53.35 53.87 80.98 -
YUV 194.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 187 192 228 0.18 0.16 0 0.11 232.68 0.43 0.81
Hex BB C0 E4 12 10 0 B E9 2B 51
Octal 273 300 344 22 20 0 13 351 53 121
Binary 10111011 11000000 11100100 10010 10000 0 1011 11101001 101011 1010001

Color Harmonies of #BBC0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0E4

Black with #BBC0E4

Text Example


Text Example

White with #BBC0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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