Html Css Color HEX #B6BCEF Perano

📋 copy color: '#B6BCEF'

red 182 ◦ green 188 ◦ blue 239

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

Shades of Perano #B6BCEF

Tints of Perano #B6BCEF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.87%

 BLUE value IS 239 (93.75% from 255) = 39.24%

R = 29.89%
G = 30.87%
B = 39.24%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B6BCEF (or 0xB6BCEF) is known color: Perano. HEX triplet: B6, BC and EF. RGB value is (182,188,239). Sum of RGB (Red+Green+Blue) = 182+188+239=609 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.89% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #B6BCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BCEF is #494310. Grayscale: #BFBFBF. Windows color (decimal): -4801297 or 15711414. OLE color: 15711414.

HSL color Cylindrical-coordinate representation of color #B6BCEF: hue angle of 233.68º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6BCEF is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 188 239 -
CMYK 0.24 0.21 0 0.06
HSL 233.68º 0.64% 0.83% -
HSV(B) 233.68º 0.24% 0.94% -
XYZ 52.85 52.14 88.94 -
YUV 192.02 154.51 120.85 -
System Red Green Blue C M Y K H S L
Decimal 182 188 239 0.24 0.21 0 0.06 233.68 0.64 0.83
Hex B6 BC EF 18 15 0 6 EA 40 53
Octal 266 274 357 30 25 0 6 352 100 123
Binary 10110110 10111100 11101111 11000 10101 0 110 11101010 1000000 1010011

Color Harmonies of #B6BCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BCEF

Black with #B6BCEF

Text Example


Text Example

White with #B6BCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BCEF; }

 p { color: rgb(182,188,239); }

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

background-color css

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

 a { background-color: rgb(182,188,239); }

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

border-color css

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

 span { border-color: rgb(182,188,239); }

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