Html Css Color HEX #BBEEF6 Onahau

📋 copy color: '#BBEEF6'

red 187 ◦ green 238 ◦ blue 246

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

Shades of Onahau #BBEEF6

Tints of Onahau #BBEEF6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.47%

 BLUE value IS 246 (96.48% from 255) = 36.66%

R = 27.87%
G = 35.47%
B = 36.66%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBEEF6 (or 0xBBEEF6) is known color: Onahau. HEX triplet: BB, EE and F6. RGB value is (187,238,246). Sum of RGB (Red+Green+Blue) = 187+238+246=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBEEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEF6 is #441109. Grayscale: #DFDFDF. Windows color (decimal): -4460810 or 16182971. OLE color: 16182971.

HSL color Cylindrical-coordinate representation of color #BBEEF6: hue angle of 188.14º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBEEF6 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 238 246 -
CMYK 0.24 0.03 0 0.04
HSL 188.14º 0.77% 0.85% -
HSV(B) 188.14º 0.24% 0.96% -
XYZ 67.7 78.37 98.75 -
YUV 223.66 140.6 101.85 -
System Red Green Blue C M Y K H S L
Decimal 187 238 246 0.24 0.03 0 0.04 188.14 0.77 0.85
Hex BB EE F6 18 3 0 4 BC 4D 55
Octal 273 356 366 30 3 0 4 274 115 125
Binary 10111011 11101110 11110110 11000 11 0 100 10111100 1001101 1010101

Color Harmonies of #BBEEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEEF6

Black with #BBEEF6

Text Example


Text Example

White with #BBEEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEEF6; }

 p { color: rgb(187,238,246); }

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

background-color css

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

 a { background-color: rgb(187,238,246); }

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

border-color css

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

 span { border-color: rgb(187,238,246); }

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