Html Css Color HEX #B3C0E4 Perano

📋 copy color: '#B3C0E4'

red 179 ◦ green 192 ◦ blue 228

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

Shades of Perano #B3C0E4

Tints of Perano #B3C0E4

RGB

 RED value IS 179 (70.31% from 255) = 29.88%

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

 BLUE value IS 228 (89.45% from 255) = 38.06%

R = 29.88%
G = 32.05%
B = 38.06%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B3C0E4 (or 0xB3C0E4) is known color: Perano. HEX triplet: B3, C0 and E4. RGB value is (179,192,228). Sum of RGB (Red+Green+Blue) = 179+192+228=599 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.88% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 228 (89.45% from 255 or 38.06% from 599); Max value from RGB is 228 - color contains mainly: blue. Hex color #B3C0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C0E4 is #4C3F1B. Grayscale: #C0C0C0. Windows color (decimal): -4996892 or 14991539. OLE color: 14991539.

HSL color Cylindrical-coordinate representation of color #B3C0E4: hue angle of 224.08º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3C0E4 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 179 192 228 -
CMYK 0.21 0.16 0 0.11
HSL 224.08º 0.48% 0.8% -
HSV(B) 224.08º 0.21% 0.89% -
XYZ 51.44 52.88 80.9 -
YUV 192.22 148.19 118.57 -
System Red Green Blue C M Y K H S L
Decimal 179 192 228 0.21 0.16 0 0.11 224.08 0.48 0.8
Hex B3 C0 E4 15 10 0 B E0 30 50
Octal 263 300 344 25 20 0 13 340 60 120
Binary 10110011 11000000 11100100 10101 10000 0 1011 11100000 110000 1010000

Color Harmonies of #B3C0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C0E4

Black with #B3C0E4

Text Example


Text Example

White with #B3C0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C0E4; }

 p { color: rgb(179,192,228); }

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

background-color css

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

 a { background-color: rgb(179,192,228); }

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

border-color css

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

 span { border-color: rgb(179,192,228); }

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