Html Css Color HEX #BBF2FF Onahau

📋 copy color: '#BBF2FF'

red 187 ◦ green 242 ◦ blue 255

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

Shades of Onahau #BBF2FF

Tints of Onahau #BBF2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.28%

R = 27.34%
G = 35.38%
B = 37.28%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BBF2FF (or 0xBBF2FF) is known color: Onahau. HEX triplet: BB, F2 and FF. RGB value is (187,242,255). Sum of RGB (Red+Green+Blue) = 187+242+255=684 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.34% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBF2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF2FF is #440D00. Grayscale: #E2E2E2. Windows color (decimal): -4459777 or 16773819. OLE color: 16773819.

HSL color Cylindrical-coordinate representation of color #BBF2FF: hue angle of 191.47º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBF2FF is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 242 255 -
CMYK 0.27 0.05 0 0
HSL 191.47º 1% 0.87% -
HSV(B) 191.47º 0.27% 1% -
XYZ 70.3 81.29 106.59 -
YUV 227.04 143.78 99.44 -
System Red Green Blue C M Y K H S L
Decimal 187 242 255 0.27 0.05 0 0 191.47 1 0.87
Hex BB F2 FF 1B 5 0 0 BF 64 57
Octal 273 362 377 33 5 0 0 277 144 127
Binary 10111011 11110010 11111111 11011 101 0 0 10111111 1100100 1010111

Color Harmonies of #BBF2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF2FF

Black with #BBF2FF

Text Example


Text Example

White with #BBF2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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