Html Css Color HEX #B0C2FB Perano

📋 copy color: '#B0C2FB'

red 176 ◦ green 194 ◦ blue 251

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

Shades of Perano #B0C2FB

Tints of Perano #B0C2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.42%

R = 28.34%
G = 31.24%
B = 40.42%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B0C2FB (or 0xB0C2FB) is known color: Perano. HEX triplet: B0, C2 and FB. RGB value is (176,194,251). Sum of RGB (Red+Green+Blue) = 176+194+251=621 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.34% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0C2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C2FB is #4F3D04. Grayscale: #C2C2C2. Windows color (decimal): -5192965 or 16499376. OLE color: 16499376.

HSL color Cylindrical-coordinate representation of color #B0C2FB: hue angle of 225.6º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0C2FB is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 194 251 -
CMYK 0.30 0.23 0 0.02
HSL 225.6º 0.9% 0.84% -
HSV(B) 225.6º 0.3% 0.98% -
XYZ 54.61 54.78 98.96 -
YUV 195.12 159.54 114.37 -
System Red Green Blue C M Y K H S L
Decimal 176 194 251 0.30 0.23 0 0.02 225.6 0.9 0.84
Hex B0 C2 FB 1E 17 0 2 E2 5A 54
Octal 260 302 373 36 27 0 2 342 132 124
Binary 10110000 11000010 11111011 11110 10111 0 10 11100010 1011010 1010100

Color Harmonies of #B0C2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C2FB

Black with #B0C2FB

Text Example


Text Example

White with #B0C2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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