Html Css Color HEX #B0C2EB Perano

📋 copy color: '#B0C2EB'

red 176 ◦ green 194 ◦ blue 235

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

Shades of Perano #B0C2EB

Tints of Perano #B0C2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.84%

R = 29.09%
G = 32.07%
B = 38.84%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B0C2EB (or 0xB0C2EB) is known color: Perano. HEX triplet: B0, C2 and EB. RGB value is (176,194,235). Sum of RGB (Red+Green+Blue) = 176+194+235=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0C2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C2EB is #4F3D14. Grayscale: #C1C1C1. Windows color (decimal): -5192981 or 15450800. OLE color: 15450800.

HSL color Cylindrical-coordinate representation of color #B0C2EB: hue angle of 221.69º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0C2EB is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 194 235 -
CMYK 0.25 0.17 0 0.08
HSL 221.69º 0.6% 0.81% -
HSV(B) 221.69º 0.25% 0.92% -
XYZ 52.19 53.81 86.23 -
YUV 193.29 151.54 115.67 -
System Red Green Blue C M Y K H S L
Decimal 176 194 235 0.25 0.17 0 0.08 221.69 0.6 0.81
Hex B0 C2 EB 19 11 0 8 DE 3C 51
Octal 260 302 353 31 21 0 10 336 74 121
Binary 10110000 11000010 11101011 11001 10001 0 1000 11011110 111100 1010001

Color Harmonies of #B0C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C2EB

Black with #B0C2EB

Text Example


Text Example

White with #B0C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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