Html Css Color HEX #BBF1F9 Onahau

📋 copy color: '#BBF1F9'

red 187 ◦ green 241 ◦ blue 249

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

Shades of Onahau #BBF1F9

Tints of Onahau #BBF1F9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.6%

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

R = 27.62%
G = 35.6%
B = 36.78%

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

#BBF1F9 (or 0xBBF1F9) is known color: Onahau. HEX triplet: BB, F1 and F9. RGB value is (187,241,249). Sum of RGB (Red+Green+Blue) = 187+241+249=677 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.62% from 677); Green value is 241 (94.53% from 255 or 35.60% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBF1F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF1F9 is #440E06. Grayscale: #E1E1E1. Windows color (decimal): -4460039 or 16380347. OLE color: 16380347.

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

Color convert

RGB 187 241 249 -
CMYK 0.25 0.03 0 0.02
HSL 187.74º 0.84% 0.85% -
HSV(B) 187.74º 0.25% 0.98% -
XYZ 69.05 80.31 101.49 -
YUV 225.77 141.11 100.35 -
System Red Green Blue C M Y K H S L
Decimal 187 241 249 0.25 0.03 0 0.02 187.74 0.84 0.85
Hex BB F1 F9 19 3 0 2 BC 54 55
Octal 273 361 371 31 3 0 2 274 124 125
Binary 10111011 11110001 11111001 11001 11 0 10 10111100 1010100 1010101

Color Harmonies of #BBF1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF1F9

Black with #BBF1F9

Text Example


Text Example

White with #BBF1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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