Html Css Color HEX #B4C0FF Perano

📋 copy color: '#B4C0FF'

red 180 ◦ green 192 ◦ blue 255

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

Shades of Perano #B4C0FF

Tints of Perano #B4C0FF

RGB

 RED value IS 180 (70.7% from 255) = 28.71%

 GREEN value IS 192 (75.39% from 255) = 30.62%

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

R = 28.71%
G = 30.62%
B = 40.67%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B4C0FF (or 0xB4C0FF) is known color: Perano. HEX triplet: B4, C0 and FF. RGB value is (180,192,255). Sum of RGB (Red+Green+Blue) = 180+192+255=627 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.71% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4C0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C0FF is #4B3F00. Grayscale: #C3C3C3. Windows color (decimal): -4931329 or 16761012. OLE color: 16761012.

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

Color convert

RGB 180 192 255 -
CMYK 0.29 0.25 0 0
HSL 230.4º 1% 0.85% -
HSV(B) 230.4º 0.29% 1% -
XYZ 55.72 54.62 102.21 -
YUV 195.59 161.52 116.88 -
System Red Green Blue C M Y K H S L
Decimal 180 192 255 0.29 0.25 0 0 230.4 1 0.85
Hex B4 C0 FF 1D 19 0 0 E6 64 55
Octal 264 300 377 35 31 0 0 346 144 125
Binary 10110100 11000000 11111111 11101 11001 0 0 11100110 1100100 1010101

Color Harmonies of #B4C0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C0FF

Black with #B4C0FF

Text Example


Text Example

White with #B4C0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C0FF; }

 p { color: rgb(180,192,255); }

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

background-color css

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

 a { background-color: rgb(180,192,255); }

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

border-color css

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

 span { border-color: rgb(180,192,255); }

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