Html Css Color HEX #B9E2FC Onahau

📋 copy color: '#B9E2FC'

red 185 ◦ green 226 ◦ blue 252

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

Shades of Onahau #B9E2FC

Tints of Onahau #B9E2FC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.09%

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

R = 27.9%
G = 34.09%
B = 38.01%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B9E2FC (or 0xB9E2FC) is known color: Onahau. HEX triplet: B9, E2 and FC. RGB value is (185,226,252). Sum of RGB (Red+Green+Blue) = 185+226+252=663 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.90% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9E2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E2FC is #461D03. Grayscale: #D8D8D8. Windows color (decimal): -4594948 or 16573113. OLE color: 16573113.

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

Color convert

RGB 185 226 252 -
CMYK 0.27 0.10 0 0.01
HSL 203.28º 0.92% 0.86% -
HSV(B) 203.28º 0.27% 0.99% -
XYZ 64.77 71.74 102.53 -
YUV 216.71 147.92 105.39 -
System Red Green Blue C M Y K H S L
Decimal 185 226 252 0.27 0.10 0 0.01 203.28 0.92 0.86
Hex B9 E2 FC 1B A 0 1 CB 5C 56
Octal 271 342 374 33 12 0 1 313 134 126
Binary 10111001 11100010 11111100 11011 1010 0 1 11001011 1011100 1010110

Color Harmonies of #B9E2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E2FC

Black with #B9E2FC

Text Example


Text Example

White with #B9E2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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