Html Css Color HEX #BBE7ED Onahau

📋 copy color: '#BBE7ED'

red 187 ◦ green 231 ◦ blue 237

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

Shades of Onahau #BBE7ED

Tints of Onahau #BBE7ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.18%

R = 28.55%
G = 35.27%
B = 36.18%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBE7ED (or 0xBBE7ED) is known color: Onahau. HEX triplet: BB, E7 and ED. RGB value is (187,231,237). Sum of RGB (Red+Green+Blue) = 187+231+237=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 231 (90.62% from 255 or 35.27% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBE7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE7ED is #441812. Grayscale: #DADADA. Windows color (decimal): -4462611 or 15591355. OLE color: 15591355.

HSL color Cylindrical-coordinate representation of color #BBE7ED: hue angle of 187.2º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBE7ED is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 231 237 -
CMYK 0.21 0.03 0 0.07
HSL 187.2º 0.58% 0.83% -
HSV(B) 187.2º 0.21% 0.93% -
XYZ 64.36 73.83 90.98 -
YUV 218.53 138.42 105.51 -
System Red Green Blue C M Y K H S L
Decimal 187 231 237 0.21 0.03 0 0.07 187.2 0.58 0.83
Hex BB E7 ED 15 3 0 7 BB 3A 53
Octal 273 347 355 25 3 0 7 273 72 123
Binary 10111011 11100111 11101101 10101 11 0 111 10111011 111010 1010011

Color Harmonies of #BBE7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE7ED

Black with #BBE7ED

Text Example


Text Example

White with #BBE7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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