Html Css Color HEX #BBE7FB Onahau

📋 copy color: '#BBE7FB'

red 187 ◦ green 231 ◦ blue 251

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

Shades of Onahau #BBE7FB

Tints of Onahau #BBE7FB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.53%

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

R = 27.95%
G = 34.53%
B = 37.52%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBE7FB (or 0xBBE7FB) is known color: Onahau. HEX triplet: BB, E7 and FB. RGB value is (187,231,251). Sum of RGB (Red+Green+Blue) = 187+231+251=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 231 (90.62% from 255 or 34.53% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBE7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE7FB is #441804. Grayscale: #DCDCDC. Windows color (decimal): -4462597 or 16508859. OLE color: 16508859.

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

Color convert

RGB 187 231 251 -
CMYK 0.25 0.08 0 0.02
HSL 198.75º 0.89% 0.86% -
HSV(B) 198.75º 0.25% 0.98% -
XYZ 66.48 74.68 102.18 -
YUV 220.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 187 231 251 0.25 0.08 0 0.02 198.75 0.89 0.86
Hex BB E7 FB 19 8 0 2 C7 59 56
Octal 273 347 373 31 10 0 2 307 131 126
Binary 10111011 11100111 11111011 11001 1000 0 10 11000111 1011001 1010110

Color Harmonies of #BBE7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE7FB

Black with #BBE7FB

Text Example


Text Example

White with #BBE7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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