Html Css Color HEX #BBF0FB Onahau

📋 copy color: '#BBF0FB'

red 187 ◦ green 240 ◦ blue 251

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

Shades of Onahau #BBF0FB

Tints of Onahau #BBF0FB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.4%

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

R = 27.58%
G = 35.4%
B = 37.02%

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

#BBF0FB (or 0xBBF0FB) is known color: Onahau. HEX triplet: BB, F0 and FB. RGB value is (187,240,251). Sum of RGB (Red+Green+Blue) = 187+240+251=678 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.58% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBF0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF0FB is #440F04. Grayscale: #E1E1E1. Windows color (decimal): -4460293 or 16511163. OLE color: 16511163.

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

Color convert

RGB 187 240 251 -
CMYK 0.25 0.04 0 0.02
HSL 190.31º 0.89% 0.86% -
HSV(B) 190.31º 0.25% 0.98% -
XYZ 69.07 79.85 103.04 -
YUV 225.41 142.44 100.61 -
System Red Green Blue C M Y K H S L
Decimal 187 240 251 0.25 0.04 0 0.02 190.31 0.89 0.86
Hex BB F0 FB 19 4 0 2 BE 59 56
Octal 273 360 373 31 4 0 2 276 131 126
Binary 10111011 11110000 11111011 11001 100 0 10 10111110 1011001 1010110

Color Harmonies of #BBF0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF0FB

Black with #BBF0FB

Text Example


Text Example

White with #BBF0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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