Html Css Color HEX #B2C1FA Perano

📋 copy color: '#B2C1FA'

red 178 ◦ green 193 ◦ blue 250

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

Shades of Perano #B2C1FA

Tints of Perano #B2C1FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.26%

R = 28.66%
G = 31.08%
B = 40.26%

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

#B2C1FA (or 0xB2C1FA) is known color: Perano. HEX triplet: B2, C1 and FA. RGB value is (178,193,250). Sum of RGB (Red+Green+Blue) = 178+193+250=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2C1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C1FA is #4D3E05. Grayscale: #C2C2C2. Windows color (decimal): -5062150 or 16433586. OLE color: 16433586.

HSL color Cylindrical-coordinate representation of color #B2C1FA: hue angle of 227.5º degrees, saturation: 0.88, 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 #B2C1FA is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 193 250 -
CMYK 0.29 0.23 0 0.02
HSL 227.5º 0.88% 0.84% -
HSV(B) 227.5º 0.29% 0.98% -
XYZ 54.69 54.51 98.08 -
YUV 195.01 159.03 115.87 -
System Red Green Blue C M Y K H S L
Decimal 178 193 250 0.29 0.23 0 0.02 227.5 0.88 0.84
Hex B2 C1 FA 1D 17 0 2 E4 58 54
Octal 262 301 372 35 27 0 2 344 130 124
Binary 10110010 11000001 11111010 11101 10111 0 10 11100100 1011000 1010100

Color Harmonies of #B2C1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C1FA

Black with #B2C1FA

Text Example


Text Example

White with #B2C1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C1FA; }

 p { color: rgb(178,193,250); }

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

background-color css

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

 a { background-color: rgb(178,193,250); }

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

border-color css

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

 span { border-color: rgb(178,193,250); }

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