Html Css Color HEX #BBE7F5 Onahau

📋 copy color: '#BBE7F5'

red 187 ◦ green 231 ◦ blue 245

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

Shades of Onahau #BBE7F5

Tints of Onahau #BBE7F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.95%

R = 28.21%
G = 34.84%
B = 36.95%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBE7F5 (or 0xBBE7F5) is known color: Onahau. HEX triplet: BB, E7 and F5. RGB value is (187,231,245). Sum of RGB (Red+Green+Blue) = 187+231+245=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 231 (90.62% from 255 or 34.84% from 663); Blue value is 245 (96.09% from 255 or 36.95% from 663); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBE7F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE7F5 is #44180A. Grayscale: #DBDBDB. Windows color (decimal): -4462603 or 16115643. OLE color: 16115643.

HSL color Cylindrical-coordinate representation of color #BBE7F5: hue angle of 194.48º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBE7F5 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 231 245 -
CMYK 0.24 0.06 0 0.04
HSL 194.48º 0.74% 0.85% -
HSV(B) 194.48º 0.24% 0.96% -
XYZ 65.55 74.31 97.27 -
YUV 219.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 187 231 245 0.24 0.06 0 0.04 194.48 0.74 0.85
Hex BB E7 F5 18 6 0 4 C2 4A 55
Octal 273 347 365 30 6 0 4 302 112 125
Binary 10111011 11100111 11110101 11000 110 0 100 11000010 1001010 1010101

Color Harmonies of #BBE7F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE7F5

Black with #BBE7F5

Text Example


Text Example

White with #BBE7F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE7F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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