Html Css Color HEX #BBF2F9 Onahau

📋 copy color: '#BBF2F9'

red 187 ◦ green 242 ◦ blue 249

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

Shades of Onahau #BBF2F9

Tints of Onahau #BBF2F9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.69%

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

R = 27.58%
G = 35.69%
B = 36.73%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBF2F9 (or 0xBBF2F9) is known color: Onahau. HEX triplet: BB, F2 and F9. RGB value is (187,242,249). Sum of RGB (Red+Green+Blue) = 187+242+249=678 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.58% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBF2F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF2F9 is #440D06. Grayscale: #E2E2E2. Windows color (decimal): -4459783 or 16380603. OLE color: 16380603.

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

Color convert

RGB 187 242 249 -
CMYK 0.25 0.03 0 0.02
HSL 186.77º 0.84% 0.85% -
HSV(B) 186.77º 0.25% 0.98% -
XYZ 69.34 80.91 101.58 -
YUV 226.35 140.78 99.93 -
System Red Green Blue C M Y K H S L
Decimal 187 242 249 0.25 0.03 0 0.02 186.77 0.84 0.85
Hex BB F2 F9 19 3 0 2 BB 54 55
Octal 273 362 371 31 3 0 2 273 124 125
Binary 10111011 11110010 11111001 11001 11 0 10 10111011 1010100 1010101

Color Harmonies of #BBF2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF2F9

Black with #BBF2F9

Text Example


Text Example

White with #BBF2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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