Html Css Color HEX #BBC0EA Perano

📋 copy color: '#BBC0EA'

red 187 ◦ green 192 ◦ blue 234

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

Shades of Perano #BBC0EA

Tints of Perano #BBC0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.17%

R = 30.51%
G = 31.32%
B = 38.17%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBC0EA (or 0xBBC0EA) is known color: Perano. HEX triplet: BB, C0 and EA. RGB value is (187,192,234). Sum of RGB (Red+Green+Blue) = 187+192+234=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBC0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0EA is #443F15. Grayscale: #C3C3C3. Windows color (decimal): -4472598 or 15384763. OLE color: 15384763.

HSL color Cylindrical-coordinate representation of color #BBC0EA: hue angle of 233.62º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBC0EA is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 192 234 -
CMYK 0.20 0.18 0 0.08
HSL 233.62º 0.53% 0.83% -
HSV(B) 233.62º 0.2% 0.92% -
XYZ 54.19 54.2 85.45 -
YUV 195.29 149.84 122.08 -
System Red Green Blue C M Y K H S L
Decimal 187 192 234 0.20 0.18 0 0.08 233.62 0.53 0.83
Hex BB C0 EA 14 12 0 8 EA 35 53
Octal 273 300 352 24 22 0 10 352 65 123
Binary 10111011 11000000 11101010 10100 10010 0 1000 11101010 110101 1010011

Color Harmonies of #BBC0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0EA

Black with #BBC0EA

Text Example


Text Example

White with #BBC0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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