Html Css Color HEX #BBEBF6 Onahau

📋 copy color: '#BBEBF6'

red 187 ◦ green 235 ◦ blue 246

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

Shades of Onahau #BBEBF6

Tints of Onahau #BBEBF6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.18%

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

R = 27.99%
G = 35.18%
B = 36.83%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBEBF6 (or 0xBBEBF6) is known color: Onahau. HEX triplet: BB, EB and F6. RGB value is (187,235,246). Sum of RGB (Red+Green+Blue) = 187+235+246=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBEBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBF6 is #441409. Grayscale: #DDDDDD. Windows color (decimal): -4461578 or 16182203. OLE color: 16182203.

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

Color convert

RGB 187 235 246 -
CMYK 0.24 0.04 0 0.04
HSL 191.19º 0.77% 0.85% -
HSV(B) 191.19º 0.24% 0.96% -
XYZ 66.84 76.64 98.46 -
YUV 221.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 187 235 246 0.24 0.04 0 0.04 191.19 0.77 0.85
Hex BB EB F6 18 4 0 4 BF 4D 55
Octal 273 353 366 30 4 0 4 277 115 125
Binary 10111011 11101011 11110110 11000 100 0 100 10111111 1001101 1010101

Color Harmonies of #BBEBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBF6

Black with #BBEBF6

Text Example


Text Example

White with #BBEBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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