Html Css Color HEX #BBEAF9 Onahau

📋 copy color: '#BBEAF9'

red 187 ◦ green 234 ◦ blue 249

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

Shades of Onahau #BBEAF9

Tints of Onahau #BBEAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.16%

R = 27.91%
G = 34.93%
B = 37.16%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBEAF9 (or 0xBBEAF9) is known color: Onahau. HEX triplet: BB, EA and F9. RGB value is (187,234,249). Sum of RGB (Red+Green+Blue) = 187+234+249=670 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.91% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBEAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAF9 is #441506. Grayscale: #DDDDDD. Windows color (decimal): -4461831 or 16378555. OLE color: 16378555.

HSL color Cylindrical-coordinate representation of color #BBEAF9: hue angle of 194.52º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBEAF9 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 234 249 -
CMYK 0.25 0.06 0 0.02
HSL 194.52º 0.84% 0.85% -
HSV(B) 194.52º 0.25% 0.98% -
XYZ 67.02 76.25 100.81 -
YUV 221.66 143.43 103.28 -
System Red Green Blue C M Y K H S L
Decimal 187 234 249 0.25 0.06 0 0.02 194.52 0.84 0.85
Hex BB EA F9 19 6 0 2 C3 54 55
Octal 273 352 371 31 6 0 2 303 124 125
Binary 10111011 11101010 11111001 11001 110 0 10 11000011 1010100 1010101

Color Harmonies of #BBEAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAF9

Black with #BBEAF9

Text Example


Text Example

White with #BBEAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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