Html Css Color HEX #BBE7F8 Onahau

📋 copy color: '#BBE7F8'

red 187 ◦ green 231 ◦ blue 248

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

Shades of Onahau #BBE7F8

Tints of Onahau #BBE7F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.24%

R = 28.08%
G = 34.68%
B = 37.24%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BBE7F8 (or 0xBBE7F8) is known color: Onahau. HEX triplet: BB, E7 and F8. RGB value is (187,231,248). Sum of RGB (Red+Green+Blue) = 187+231+248=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 231 (90.62% from 255 or 34.68% from 666); Blue value is 248 (97.27% from 255 or 37.24% from 666); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBE7F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE7F8 is #441807. Grayscale: #DBDBDB. Windows color (decimal): -4462600 or 16312251. OLE color: 16312251.

HSL color Cylindrical-coordinate representation of color #BBE7F8: hue angle of 196.72º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBE7F8 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 231 248 -
CMYK 0.25 0.07 0 0.03
HSL 196.72º 0.81% 0.85% -
HSV(B) 196.72º 0.25% 0.97% -
XYZ 66.01 74.49 99.71 -
YUV 219.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 187 231 248 0.25 0.07 0 0.03 196.72 0.81 0.85
Hex BB E7 F8 19 7 0 3 C5 51 55
Octal 273 347 370 31 7 0 3 305 121 125
Binary 10111011 11100111 11111000 11001 111 0 11 11000101 1010001 1010101

Color Harmonies of #BBE7F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE7F8

Black with #BBE7F8

Text Example


Text Example

White with #BBE7F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE7F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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