Html Css Color HEX #B4C0FA Perano

📋 copy color: '#B4C0FA'

red 180 ◦ green 192 ◦ blue 250

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

Shades of Perano #B4C0FA

Tints of Perano #B4C0FA

RGB

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

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

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

R = 28.94%
G = 30.87%
B = 40.19%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B4C0FA (or 0xB4C0FA) is known color: Perano. HEX triplet: B4, C0 and FA. RGB value is (180,192,250). Sum of RGB (Red+Green+Blue) = 180+192+250=622 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.94% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #B4C0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C0FA is #4B3F05. Grayscale: #C2C2C2. Windows color (decimal): -4931334 or 16433332. OLE color: 16433332.

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

Color convert

RGB 180 192 250 -
CMYK 0.28 0.23 0 0.02
HSL 229.71º 0.88% 0.84% -
HSV(B) 229.71º 0.28% 0.98% -
XYZ 54.93 54.3 98.03 -
YUV 195.02 159.02 117.28 -
System Red Green Blue C M Y K H S L
Decimal 180 192 250 0.28 0.23 0 0.02 229.71 0.88 0.84
Hex B4 C0 FA 1C 17 0 2 E6 58 54
Octal 264 300 372 34 27 0 2 346 130 124
Binary 10110100 11000000 11111010 11100 10111 0 10 11100110 1011000 1010100

Color Harmonies of #B4C0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C0FA

Black with #B4C0FA

Text Example


Text Example

White with #B4C0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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