Html Css Color HEX #B0C1EC Perano

📋 copy color: '#B0C1EC'

red 176 ◦ green 193 ◦ blue 236

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

Shades of Perano #B0C1EC

Tints of Perano #B0C1EC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.9%

 BLUE value IS 236 (92.58% from 255) = 39.01%

R = 29.09%
G = 31.9%
B = 39.01%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B0C1EC (or 0xB0C1EC) is known color: Perano. HEX triplet: B0, C1 and EC. RGB value is (176,193,236). Sum of RGB (Red+Green+Blue) = 176+193+236=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0C1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C1EC is #4F3E13. Grayscale: #C0C0C0. Windows color (decimal): -5193236 or 15516080. OLE color: 15516080.

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

Color convert

RGB 176 193 236 -
CMYK 0.25 0.18 0 0.07
HSL 223º 0.61% 0.81% -
HSV(B) 223º 0.25% 0.93% -
XYZ 52.11 53.43 86.92 -
YUV 192.82 152.37 116 -
System Red Green Blue C M Y K H S L
Decimal 176 193 236 0.25 0.18 0 0.07 223 0.61 0.81
Hex B0 C1 EC 19 12 0 7 DF 3D 51
Octal 260 301 354 31 22 0 7 337 75 121
Binary 10110000 11000001 11101100 11001 10010 0 111 11011111 111101 1010001

Color Harmonies of #B0C1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C1EC

Black with #B0C1EC

Text Example


Text Example

White with #B0C1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C1EC; }

 p { color: rgb(176,193,236); }

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

background-color css

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

 a { background-color: rgb(176,193,236); }

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

border-color css

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

 span { border-color: rgb(176,193,236); }

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