Html Css Color HEX #B2C2FB Perano

📋 copy color: '#B2C2FB'

red 178 ◦ green 194 ◦ blue 251

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

Shades of Perano #B2C2FB

Tints of Perano #B2C2FB

RGB

 RED value IS 178 (69.92% from 255) = 28.57%

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

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

R = 28.57%
G = 31.14%
B = 40.29%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2C2FB (or 0xB2C2FB) is known color: Perano. HEX triplet: B2, C2 and FB. RGB value is (178,194,251). Sum of RGB (Red+Green+Blue) = 178+194+251=623 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.57% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2C2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C2FB is #4D3D04. Grayscale: #C3C3C3. Windows color (decimal): -5061893 or 16499378. OLE color: 16499378.

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

Color convert

RGB 178 194 251 -
CMYK 0.29 0.23 0 0.02
HSL 226.85º 0.9% 0.84% -
HSV(B) 226.85º 0.29% 0.98% -
XYZ 55.06 55.01 98.98 -
YUV 195.71 159.2 115.37 -
System Red Green Blue C M Y K H S L
Decimal 178 194 251 0.29 0.23 0 0.02 226.85 0.9 0.84
Hex B2 C2 FB 1D 17 0 2 E3 5A 54
Octal 262 302 373 35 27 0 2 343 132 124
Binary 10110010 11000010 11111011 11101 10111 0 10 11100011 1011010 1010100

Color Harmonies of #B2C2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C2FB

Black with #B2C2FB

Text Example


Text Example

White with #B2C2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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