Html Css Color HEX #BBE9EF Onahau

📋 copy color: '#BBE9EF'

red 187 ◦ green 233 ◦ blue 239

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

Shades of Onahau #BBE9EF

Tints of Onahau #BBE9EF

RGB

 RED value IS 187 (73.44% from 255) = 28.38%

 GREEN value IS 233 (91.41% from 255) = 35.36%

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

R = 28.38%
G = 35.36%
B = 36.27%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBE9EF (or 0xBBE9EF) is known color: Onahau. HEX triplet: BB, E9 and EF. RGB value is (187,233,239). Sum of RGB (Red+Green+Blue) = 187+233+239=659 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.38% from 659); Green value is 233 (91.41% from 255 or 35.36% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBE9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE9EF is #441610. Grayscale: #DBDBDB. Windows color (decimal): -4462097 or 15722939. OLE color: 15722939.

HSL color Cylindrical-coordinate representation of color #BBE9EF: hue angle of 186.92º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBE9EF is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 233 239 -
CMYK 0.22 0.03 0 0.06
HSL 186.92º 0.62% 0.84% -
HSV(B) 186.92º 0.22% 0.94% -
XYZ 65.21 75.07 92.72 -
YUV 219.93 138.76 104.51 -
System Red Green Blue C M Y K H S L
Decimal 187 233 239 0.22 0.03 0 0.06 186.92 0.62 0.84
Hex BB E9 EF 16 3 0 6 BB 3E 54
Octal 273 351 357 26 3 0 6 273 76 124
Binary 10111011 11101001 11101111 10110 11 0 110 10111011 111110 1010100

Color Harmonies of #BBE9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE9EF

Black with #BBE9EF

Text Example


Text Example

White with #BBE9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE9EF; }

 p { color: rgb(187,233,239); }

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

background-color css

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

 a { background-color: rgb(187,233,239); }

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

border-color css

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

 span { border-color: rgb(187,233,239); }

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