Html Css Color HEX #BBE7EE Onahau

📋 copy color: '#BBE7EE'

red 187 ◦ green 231 ◦ blue 238

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

Shades of Onahau #BBE7EE

Tints of Onahau #BBE7EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.28%

R = 28.51%
G = 35.21%
B = 36.28%

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

#BBE7EE (or 0xBBE7EE) is known color: Onahau. HEX triplet: BB, E7 and EE. RGB value is (187,231,238). Sum of RGB (Red+Green+Blue) = 187+231+238=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 231 (90.62% from 255 or 35.21% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBE7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE7EE is #441811. Grayscale: #DADADA. Windows color (decimal): -4462610 or 15656891. OLE color: 15656891.

HSL color Cylindrical-coordinate representation of color #BBE7EE: hue angle of 188.24º degrees, saturation: 0.6, 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 #BBE7EE is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 231 238 -
CMYK 0.21 0.03 0 0.07
HSL 188.24º 0.6% 0.83% -
HSV(B) 188.24º 0.21% 0.93% -
XYZ 64.5 73.89 91.75 -
YUV 218.64 138.92 105.43 -
System Red Green Blue C M Y K H S L
Decimal 187 231 238 0.21 0.03 0 0.07 188.24 0.6 0.83
Hex BB E7 EE 15 3 0 7 BC 3C 53
Octal 273 347 356 25 3 0 7 274 74 123
Binary 10111011 11100111 11101110 10101 11 0 111 10111100 111100 1010011

Color Harmonies of #BBE7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE7EE

Black with #BBE7EE

Text Example


Text Example

White with #BBE7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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