Html Css Color HEX #B6C0F2 Perano

📋 copy color: '#B6C0F2'

red 182 ◦ green 192 ◦ blue 242

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

Shades of Perano #B6C0F2

Tints of Perano #B6C0F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.29%

R = 29.55%
G = 31.17%
B = 39.29%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B6C0F2 (or 0xB6C0F2) is known color: Perano. HEX triplet: B6, C0 and F2. RGB value is (182,192,242). Sum of RGB (Red+Green+Blue) = 182+192+242=616 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.55% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #B6C0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C0F2 is #493F0D. Grayscale: #C2C2C2. Windows color (decimal): -4800270 or 15909046. OLE color: 15909046.

HSL color Cylindrical-coordinate representation of color #B6C0F2: hue angle of 230º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6C0F2 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 192 242 -
CMYK 0.25 0.21 0 0.05
HSL 230º 0.7% 0.83% -
HSV(B) 230º 0.25% 0.95% -
XYZ 54.17 54.06 91.58 -
YUV 194.71 154.69 118.93 -
System Red Green Blue C M Y K H S L
Decimal 182 192 242 0.25 0.21 0 0.05 230 0.7 0.83
Hex B6 C0 F2 19 15 0 5 E6 46 53
Octal 266 300 362 31 25 0 5 346 106 123
Binary 10110110 11000000 11110010 11001 10101 0 101 11100110 1000110 1010011

Color Harmonies of #B6C0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C0F2

Black with #B6C0F2

Text Example


Text Example

White with #B6C0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C0F2; }

 p { color: rgb(182,192,242); }

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

background-color css

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

 a { background-color: rgb(182,192,242); }

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

border-color css

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

 span { border-color: rgb(182,192,242); }

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