Html Css Color HEX #BBE0EF Onahau

📋 copy color: '#BBE0EF'

red 187 ◦ green 224 ◦ blue 239

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

Shades of Onahau #BBE0EF

Tints of Onahau #BBE0EF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.46%

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

R = 28.77%
G = 34.46%
B = 36.77%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBE0EF (or 0xBBE0EF) is known color: Onahau. HEX triplet: BB, E0 and EF. RGB value is (187,224,239). Sum of RGB (Red+Green+Blue) = 187+224+239=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBE0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE0EF is #441F10. Grayscale: #D6D6D6. Windows color (decimal): -4464401 or 15720635. OLE color: 15720635.

HSL color Cylindrical-coordinate representation of color #BBE0EF: hue angle of 197.31º 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 #BBE0EF is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 224 239 -
CMYK 0.22 0.06 0 0.06
HSL 197.31º 0.62% 0.84% -
HSV(B) 197.31º 0.22% 0.94% -
XYZ 62.73 70.11 91.89 -
YUV 214.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 187 224 239 0.22 0.06 0 0.06 197.31 0.62 0.84
Hex BB E0 EF 16 6 0 6 C5 3E 54
Octal 273 340 357 26 6 0 6 305 76 124
Binary 10111011 11100000 11101111 10110 110 0 110 11000101 111110 1010100

Color Harmonies of #BBE0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE0EF

Black with #BBE0EF

Text Example


Text Example

White with #BBE0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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