Html Css Color HEX #B0C2EE Perano

📋 copy color: '#B0C2EE'

red 176 ◦ green 194 ◦ blue 238

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

Shades of Perano #B0C2EE

Tints of Perano #B0C2EE

RGB

 RED value IS 176 (69.14% from 255) = 28.95%

 GREEN value IS 194 (76.17% from 255) = 31.91%

 BLUE value IS 238 (93.36% from 255) = 39.14%

R = 28.95%
G = 31.91%
B = 39.14%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B0C2EE (or 0xB0C2EE) is known color: Perano. HEX triplet: B0, C2 and EE. RGB value is (176,194,238). Sum of RGB (Red+Green+Blue) = 176+194+238=608 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.95% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0C2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C2EE is #4F3D11. Grayscale: #C1C1C1. Windows color (decimal): -5192978 or 15647408. OLE color: 15647408.

HSL color Cylindrical-coordinate representation of color #B0C2EE: hue angle of 222.58º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0C2EE is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 194 238 -
CMYK 0.26 0.18 0 0.07
HSL 222.58º 0.65% 0.81% -
HSV(B) 222.58º 0.26% 0.93% -
XYZ 52.63 53.99 88.54 -
YUV 193.63 153.04 115.42 -
System Red Green Blue C M Y K H S L
Decimal 176 194 238 0.26 0.18 0 0.07 222.58 0.65 0.81
Hex B0 C2 EE 1A 12 0 7 DF 41 51
Octal 260 302 356 32 22 0 7 337 101 121
Binary 10110000 11000010 11101110 11010 10010 0 111 11011111 1000001 1010001

Color Harmonies of #B0C2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C2EE

Black with #B0C2EE

Text Example


Text Example

White with #B0C2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C2EE; }

 p { color: rgb(176,194,238); }

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

background-color css

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

 a { background-color: rgb(176,194,238); }

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

border-color css

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

 span { border-color: rgb(176,194,238); }

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