Html Css Color HEX #B6C1E6 Perano

📋 copy color: '#B6C1E6'

red 182 ◦ green 193 ◦ blue 230

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

Shades of Perano #B6C1E6

Tints of Perano #B6C1E6

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.9%

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

R = 30.08%
G = 31.9%
B = 38.02%

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

#B6C1E6 (or 0xB6C1E6) is known color: Perano. HEX triplet: B6, C1 and E6. RGB value is (182,193,230). Sum of RGB (Red+Green+Blue) = 182+193+230=605 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.08% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 230 - color contains mainly: blue. Hex color #B6C1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C1E6 is #493E19. Grayscale: #C1C1C1. Windows color (decimal): -4800026 or 15122870. OLE color: 15122870.

HSL color Cylindrical-coordinate representation of color #B6C1E6: hue angle of 226.25º 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 #B6C1E6 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 193 230 -
CMYK 0.21 0.16 0 0.10
HSL 226.25º 0.49% 0.81% -
HSV(B) 226.25º 0.21% 0.9% -
XYZ 52.64 53.8 82.47 -
YUV 193.93 148.36 119.49 -
System Red Green Blue C M Y K H S L
Decimal 182 193 230 0.21 0.16 0 0.10 226.25 0.49 0.81
Hex B6 C1 E6 15 10 0 A E2 31 51
Octal 266 301 346 25 20 0 12 342 61 121
Binary 10110110 11000001 11100110 10101 10000 0 1010 11100010 110001 1010001

Color Harmonies of #B6C1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C1E6

Black with #B6C1E6

Text Example


Text Example

White with #B6C1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C1E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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