Html Css Color HEX #B8C2EB Perano

📋 copy color: '#B8C2EB'

red 184 ◦ green 194 ◦ blue 235

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

Shades of Perano #B8C2EB

Tints of Perano #B8C2EB

RGB

 RED value IS 184 (72.27% from 255) = 30.02%

 GREEN value IS 194 (76.17% from 255) = 31.65%

 BLUE value IS 235 (92.19% from 255) = 38.34%

R = 30.02%
G = 31.65%
B = 38.34%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B8C2EB (or 0xB8C2EB) is known color: Perano. HEX triplet: B8, C2 and EB. RGB value is (184,194,235). Sum of RGB (Red+Green+Blue) = 184+194+235=613 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.02% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C2EB is #473D14. Grayscale: #C3C3C3. Windows color (decimal): -4668693 or 15450808. OLE color: 15450808.

HSL color Cylindrical-coordinate representation of color #B8C2EB: hue angle of 228.24º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8C2EB is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 194 235 -
CMYK 0.22 0.17 0 0.08
HSL 228.24º 0.56% 0.82% -
HSV(B) 228.24º 0.22% 0.92% -
XYZ 54.05 54.77 86.32 -
YUV 195.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 184 194 235 0.22 0.17 0 0.08 228.24 0.56 0.82
Hex B8 C2 EB 16 11 0 8 E4 38 52
Octal 270 302 353 26 21 0 10 344 70 122
Binary 10111000 11000010 11101011 10110 10001 0 1000 11100100 111000 1010010

Color Harmonies of #B8C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C2EB

Black with #B8C2EB

Text Example


Text Example

White with #B8C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C2EB; }

 p { color: rgb(184,194,235); }

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

background-color css

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

 a { background-color: rgb(184,194,235); }

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

border-color css

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

 span { border-color: rgb(184,194,235); }

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