Html Css Color HEX #BBE0F6 Onahau

📋 copy color: '#BBE0F6'

red 187 ◦ green 224 ◦ blue 246

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

Shades of Onahau #BBE0F6

Tints of Onahau #BBE0F6

RGB

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

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

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

R = 28.46%
G = 34.09%
B = 37.44%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBE0F6 (or 0xBBE0F6) is known color: Onahau. HEX triplet: BB, E0 and F6. RGB value is (187,224,246). Sum of RGB (Red+Green+Blue) = 187+224+246=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 224 (87.89% from 255 or 34.09% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBE0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE0F6 is #441F09. Grayscale: #D7D7D7. Windows color (decimal): -4464394 or 16179387. OLE color: 16179387.

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

Color convert

RGB 187 224 246 -
CMYK 0.24 0.09 0 0.04
HSL 202.37º 0.77% 0.85% -
HSV(B) 202.37º 0.24% 0.96% -
XYZ 63.78 70.53 97.44 -
YUV 215.45 145.24 107.71 -
System Red Green Blue C M Y K H S L
Decimal 187 224 246 0.24 0.09 0 0.04 202.37 0.77 0.85
Hex BB E0 F6 18 9 0 4 CA 4D 55
Octal 273 340 366 30 11 0 4 312 115 125
Binary 10111011 11100000 11110110 11000 1001 0 100 11001010 1001101 1010101

Color Harmonies of #BBE0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE0F6

Black with #BBE0F6

Text Example


Text Example

White with #BBE0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE0F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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