Html Css Color HEX #B9C0F9 Perano

📋 copy color: '#B9C0F9'

red 185 ◦ green 192 ◦ blue 249

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

Shades of Perano #B9C0F9

Tints of Perano #B9C0F9

RGB

 RED value IS 185 (72.66% from 255) = 29.55%

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

 BLUE value IS 249 (97.66% from 255) = 39.78%

R = 29.55%
G = 30.67%
B = 39.78%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B9C0F9 (or 0xB9C0F9) is known color: Perano. HEX triplet: B9, C0 and F9. RGB value is (185,192,249). Sum of RGB (Red+Green+Blue) = 185+192+249=626 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.55% from 626); Green value is 192 (75.39% from 255 or 30.67% from 626); Blue value is 249 (97.66% from 255 or 39.78% from 626); Max value from RGB is 249 - color contains mainly: blue. Hex color #B9C0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C0F9 is #463F06. Grayscale: #C4C4C4. Windows color (decimal): -4603655 or 16367801. OLE color: 16367801.

HSL color Cylindrical-coordinate representation of color #B9C0F9: hue angle of 233.44º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9C0F9 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 192 249 -
CMYK 0.26 0.23 0 0.02
HSL 233.44º 0.84% 0.85% -
HSV(B) 233.44º 0.26% 0.98% -
XYZ 55.96 54.85 97.26 -
YUV 196.41 157.68 119.87 -
System Red Green Blue C M Y K H S L
Decimal 185 192 249 0.26 0.23 0 0.02 233.44 0.84 0.85
Hex B9 C0 F9 1A 17 0 2 E9 54 55
Octal 271 300 371 32 27 0 2 351 124 125
Binary 10111001 11000000 11111001 11010 10111 0 10 11101001 1010100 1010101

Color Harmonies of #B9C0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C0F9

Black with #B9C0F9

Text Example


Text Example

White with #B9C0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C0F9; }

 p { color: rgb(185,192,249); }

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

background-color css

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

 a { background-color: rgb(185,192,249); }

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

border-color css

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

 span { border-color: rgb(185,192,249); }

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