Html Css Color HEX #BBF2FB Onahau

📋 copy color: '#BBF2FB'

red 187 ◦ green 242 ◦ blue 251

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

Shades of Onahau #BBF2FB

Tints of Onahau #BBF2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.91%

R = 27.5%
G = 35.59%
B = 36.91%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBF2FB (or 0xBBF2FB) is known color: Onahau. HEX triplet: BB, F2 and FB. RGB value is (187,242,251). Sum of RGB (Red+Green+Blue) = 187+242+251=680 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.5% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBF2FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF2FB is #440D04. Grayscale: #E2E2E2. Windows color (decimal): -4459781 or 16511675. OLE color: 16511675.

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

Color convert

RGB 187 242 251 -
CMYK 0.25 0.04 0 0.02
HSL 188.44º 0.89% 0.86% -
HSV(B) 188.44º 0.25% 0.98% -
XYZ 69.66 81.03 103.24 -
YUV 226.58 141.78 99.77 -
System Red Green Blue C M Y K H S L
Decimal 187 242 251 0.25 0.04 0 0.02 188.44 0.89 0.86
Hex BB F2 FB 19 4 0 2 BC 59 56
Octal 273 362 373 31 4 0 2 274 131 126
Binary 10111011 11110010 11111011 11001 100 0 10 10111100 1011001 1010110

Color Harmonies of #BBF2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF2FB

Black with #BBF2FB

Text Example


Text Example

White with #BBF2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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