Html Css Color HEX #BBEBF8 Onahau

📋 copy color: '#BBEBF8'

red 187 ◦ green 235 ◦ blue 248

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

Shades of Onahau #BBEBF8

Tints of Onahau #BBEBF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.01%

R = 27.91%
G = 35.07%
B = 37.01%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BBEBF8 (or 0xBBEBF8) is known color: Onahau. HEX triplet: BB, EB and F8. RGB value is (187,235,248). Sum of RGB (Red+Green+Blue) = 187+235+248=670 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.91% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 248 (97.27% from 255 or 37.01% from 670); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBEBF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBF8 is #441407. Grayscale: #DEDEDE. Windows color (decimal): -4461576 or 16313275. OLE color: 16313275.

HSL color Cylindrical-coordinate representation of color #BBEBF8: hue angle of 192.79º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBEBF8 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 235 248 -
CMYK 0.25 0.05 0 0.03
HSL 192.79º 0.81% 0.85% -
HSV(B) 192.79º 0.25% 0.97% -
XYZ 67.15 76.76 100.08 -
YUV 222.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 187 235 248 0.25 0.05 0 0.03 192.79 0.81 0.85
Hex BB EB F8 19 5 0 3 C1 51 55
Octal 273 353 370 31 5 0 3 301 121 125
Binary 10111011 11101011 11111000 11001 101 0 11 11000001 1010001 1010101

Color Harmonies of #BBEBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBF8

Black with #BBEBF8

Text Example


Text Example

White with #BBEBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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