Html Css Color HEX #BBEAF8 Onahau

📋 copy color: '#BBEAF8'

red 187 ◦ green 234 ◦ blue 248

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

Shades of Onahau #BBEAF8

Tints of Onahau #BBEAF8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.98%

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

R = 27.95%
G = 34.98%
B = 37.07%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BBEAF8 (or 0xBBEAF8) is known color: Onahau. HEX triplet: BB, EA and F8. RGB value is (187,234,248). Sum of RGB (Red+Green+Blue) = 187+234+248=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 248 (97.27% from 255 or 37.07% from 669); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBEAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAF8 is #441507. Grayscale: #DDDDDD. Windows color (decimal): -4461832 or 16313019. OLE color: 16313019.

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

Color convert

RGB 187 234 248 -
CMYK 0.25 0.06 0 0.03
HSL 193.77º 0.81% 0.85% -
HSV(B) 193.77º 0.25% 0.97% -
XYZ 66.86 76.19 99.99 -
YUV 221.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 187 234 248 0.25 0.06 0 0.03 193.77 0.81 0.85
Hex BB EA F8 19 6 0 3 C2 51 55
Octal 273 352 370 31 6 0 3 302 121 125
Binary 10111011 11101010 11111000 11001 110 0 11 11000010 1010001 1010101

Color Harmonies of #BBEAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAF8

Black with #BBEAF8

Text Example


Text Example

White with #BBEAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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