Html Css Color HEX #BBF1FB Onahau

📋 copy color: '#BBF1FB'

red 187 ◦ green 241 ◦ blue 251

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

Shades of Onahau #BBF1FB

Tints of Onahau #BBF1FB

RGB

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

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

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

R = 27.54%
G = 35.49%
B = 36.97%

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

#BBF1FB (or 0xBBF1FB) is known color: Onahau. HEX triplet: BB, F1 and FB. RGB value is (187,241,251). Sum of RGB (Red+Green+Blue) = 187+241+251=679 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.54% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBF1FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF1FB is #440E04. Grayscale: #E1E1E1. Windows color (decimal): -4460037 or 16511419. OLE color: 16511419.

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

Color convert

RGB 187 241 251 -
CMYK 0.25 0.04 0 0.02
HSL 189.38º 0.89% 0.86% -
HSV(B) 189.38º 0.25% 0.98% -
XYZ 69.36 80.44 103.14 -
YUV 225.99 142.11 100.19 -
System Red Green Blue C M Y K H S L
Decimal 187 241 251 0.25 0.04 0 0.02 189.38 0.89 0.86
Hex BB F1 FB 19 4 0 2 BD 59 56
Octal 273 361 373 31 4 0 2 275 131 126
Binary 10111011 11110001 11111011 11001 100 0 10 10111101 1011001 1010110

Color Harmonies of #BBF1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF1FB

Black with #BBF1FB

Text Example


Text Example

White with #BBF1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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