Html Css Color HEX #BBE8F6 Onahau

📋 copy color: '#BBE8F6'

red 187 ◦ green 232 ◦ blue 246

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

Shades of Onahau #BBE8F6

Tints of Onahau #BBE8F6

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.89%

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

R = 28.12%
G = 34.89%
B = 36.99%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBE8F6 (or 0xBBE8F6) is known color: Onahau. HEX triplet: BB, E8 and F6. RGB value is (187,232,246). Sum of RGB (Red+Green+Blue) = 187+232+246=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 232 (91.02% from 255 or 34.89% from 665); Blue value is 246 (96.48% from 255 or 36.99% from 665); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBE8F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE8F6 is #441709. Grayscale: #DCDCDC. Windows color (decimal): -4462346 or 16181435. OLE color: 16181435.

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

Color convert

RGB 187 232 246 -
CMYK 0.24 0.06 0 0.04
HSL 194.24º 0.77% 0.85% -
HSV(B) 194.24º 0.24% 0.96% -
XYZ 65.98 74.93 98.17 -
YUV 220.14 142.59 104.36 -
System Red Green Blue C M Y K H S L
Decimal 187 232 246 0.24 0.06 0 0.04 194.24 0.77 0.85
Hex BB E8 F6 18 6 0 4 C2 4D 55
Octal 273 350 366 30 6 0 4 302 115 125
Binary 10111011 11101000 11110110 11000 110 0 100 11000010 1001101 1010101

Color Harmonies of #BBE8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE8F6

Black with #BBE8F6

Text Example


Text Example

White with #BBE8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE8F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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