Html Css Color HEX #BBE7EA Onahau

📋 copy color: '#BBE7EA'

red 187 ◦ green 231 ◦ blue 234

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

Shades of Onahau #BBE7EA

Tints of Onahau #BBE7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.89%

R = 28.68%
G = 35.43%
B = 35.89%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBE7EA (or 0xBBE7EA) is known color: Onahau. HEX triplet: BB, E7 and EA. RGB value is (187,231,234). Sum of RGB (Red+Green+Blue) = 187+231+234=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 231 (90.62% from 255 or 35.43% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBE7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE7EA is #441815. Grayscale: #DADADA. Windows color (decimal): -4462614 or 15394747. OLE color: 15394747.

HSL color Cylindrical-coordinate representation of color #BBE7EA: hue angle of 183.83º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE7EA is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 231 234 -
CMYK 0.20 0.01 0 0.08
HSL 183.83º 0.53% 0.83% -
HSV(B) 183.83º 0.2% 0.92% -
XYZ 63.92 73.66 88.69 -
YUV 218.19 136.92 105.76 -
System Red Green Blue C M Y K H S L
Decimal 187 231 234 0.20 0.01 0 0.08 183.83 0.53 0.83
Hex BB E7 EA 14 1 0 8 B8 35 53
Octal 273 347 352 24 1 0 10 270 65 123
Binary 10111011 11100111 11101010 10100 1 0 1000 10111000 110101 1010011

Color Harmonies of #BBE7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE7EA

Black with #BBE7EA

Text Example


Text Example

White with #BBE7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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