Html Css Color HEX #B6C2E6 Perano

📋 copy color: '#B6C2E6'

red 182 ◦ green 194 ◦ blue 230

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

Shades of Perano #B6C2E6

Tints of Perano #B6C2E6

RGB

 RED value IS 182 (71.48% from 255) = 30.03%

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

 BLUE value IS 230 (90.23% from 255) = 37.95%

R = 30.03%
G = 32.01%
B = 37.95%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B6C2E6 (or 0xB6C2E6) is known color: Perano. HEX triplet: B6, C2 and E6. RGB value is (182,194,230). Sum of RGB (Red+Green+Blue) = 182+194+230=606 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.03% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 230 - color contains mainly: blue. Hex color #B6C2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C2E6 is #493D19. Grayscale: #C2C2C2. Windows color (decimal): -4799770 or 15123126. OLE color: 15123126.

HSL color Cylindrical-coordinate representation of color #B6C2E6: hue angle of 225º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6C2E6 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 194 230 -
CMYK 0.21 0.16 0 0.10
HSL 225º 0.49% 0.81% -
HSV(B) 225º 0.21% 0.9% -
XYZ 52.87 54.24 82.55 -
YUV 194.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 182 194 230 0.21 0.16 0 0.10 225 0.49 0.81
Hex B6 C2 E6 15 10 0 A E1 31 51
Octal 266 302 346 25 20 0 12 341 61 121
Binary 10110110 11000010 11100110 10101 10000 0 1010 11100001 110001 1010001

Color Harmonies of #B6C2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C2E6

Black with #B6C2E6

Text Example


Text Example

White with #B6C2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C2E6; }

 p { color: rgb(182,194,230); }

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

background-color css

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

 a { background-color: rgb(182,194,230); }

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

border-color css

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

 span { border-color: rgb(182,194,230); }

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