Html Css Color HEX #B9E5FC Onahau

📋 copy color: '#B9E5FC'

red 185 ◦ green 229 ◦ blue 252

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

Shades of Onahau #B9E5FC

Tints of Onahau #B9E5FC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.38%

 BLUE value IS 252 (98.83% from 255) = 37.84%

R = 27.78%
G = 34.38%
B = 37.84%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B9E5FC (or 0xB9E5FC) is known color: Onahau. HEX triplet: B9, E5 and FC. RGB value is (185,229,252). Sum of RGB (Red+Green+Blue) = 185+229+252=666 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.78% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9E5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E5FC is #461A03. Grayscale: #DADADA. Windows color (decimal): -4594180 or 16573881. OLE color: 16573881.

HSL color Cylindrical-coordinate representation of color #B9E5FC: hue angle of 200.6º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9E5FC is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 229 252 -
CMYK 0.27 0.09 0 0.01
HSL 200.6º 0.92% 0.86% -
HSV(B) 200.6º 0.27% 0.99% -
XYZ 65.6 73.38 102.8 -
YUV 218.47 146.92 104.13 -
System Red Green Blue C M Y K H S L
Decimal 185 229 252 0.27 0.09 0 0.01 200.6 0.92 0.86
Hex B9 E5 FC 1B 9 0 1 C9 5C 56
Octal 271 345 374 33 11 0 1 311 134 126
Binary 10111001 11100101 11111100 11011 1001 0 1 11001001 1011100 1010110

Color Harmonies of #B9E5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E5FC

Black with #B9E5FC

Text Example


Text Example

White with #B9E5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E5FC; }

 p { color: rgb(185,229,252); }

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

background-color css

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

 a { background-color: rgb(185,229,252); }

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

border-color css

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

 span { border-color: rgb(185,229,252); }

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