Html Css Color HEX #B2C4FF Perano

📋 copy color: '#B2C4FF'

red 178 ◦ green 196 ◦ blue 255

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

Shades of Perano #B2C4FF

Tints of Perano #B2C4FF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.16%

 BLUE value IS 255 (100% from 255) = 40.54%

R = 28.3%
G = 31.16%
B = 40.54%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B2C4FF (or 0xB2C4FF) is known color: Perano. HEX triplet: B2, C4 and FF. RGB value is (178,196,255). Sum of RGB (Red+Green+Blue) = 178+196+255=629 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.30% from 629); Green value is 196 (76.95% from 255 or 31.16% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2C4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C4FF is #4D3B00. Grayscale: #C5C5C5. Windows color (decimal): -5061377 or 16762034. OLE color: 16762034.

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

Color convert

RGB 178 196 255 -
CMYK 0.30 0.23 0 0
HSL 225.97º 1% 0.85% -
HSV(B) 225.97º 0.3% 1% -
XYZ 56.15 56.16 102.49 -
YUV 197.34 160.54 114.2 -
System Red Green Blue C M Y K H S L
Decimal 178 196 255 0.30 0.23 0 0 225.97 1 0.85
Hex B2 C4 FF 1E 17 0 0 E2 64 55
Octal 262 304 377 36 27 0 0 342 144 125
Binary 10110010 11000100 11111111 11110 10111 0 0 11100010 1100100 1010101

Color Harmonies of #B2C4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C4FF

Black with #B2C4FF

Text Example


Text Example

White with #B2C4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C4FF; }

 p { color: rgb(178,196,255); }

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

background-color css

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

 a { background-color: rgb(178,196,255); }

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

border-color css

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

 span { border-color: rgb(178,196,255); }

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