Html Css Color HEX #BBE6EB Onahau

📋 copy color: '#BBE6EB'

red 187 ◦ green 230 ◦ blue 235

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

Shades of Onahau #BBE6EB

Tints of Onahau #BBE6EB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.28%

 BLUE value IS 235 (92.19% from 255) = 36.04%

R = 28.68%
G = 35.28%
B = 36.04%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBE6EB (or 0xBBE6EB) is known color: Onahau. HEX triplet: BB, E6 and EB. RGB value is (187,230,235). Sum of RGB (Red+Green+Blue) = 187+230+235=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBE6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE6EB is #441914. Grayscale: #D9D9D9. Windows color (decimal): -4462869 or 15460027. OLE color: 15460027.

HSL color Cylindrical-coordinate representation of color #BBE6EB: hue angle of 186.25º degrees, saturation: 0.55, 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 #BBE6EB is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 230 235 -
CMYK 0.20 0.02 0 0.08
HSL 186.25º 0.55% 0.83% -
HSV(B) 186.25º 0.2% 0.92% -
XYZ 63.79 73.16 89.36 -
YUV 217.71 137.75 106.09 -
System Red Green Blue C M Y K H S L
Decimal 187 230 235 0.20 0.02 0 0.08 186.25 0.55 0.83
Hex BB E6 EB 14 2 0 8 BA 37 53
Octal 273 346 353 24 2 0 10 272 67 123
Binary 10111011 11100110 11101011 10100 10 0 1000 10111010 110111 1010011

Color Harmonies of #BBE6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE6EB

Black with #BBE6EB

Text Example


Text Example

White with #BBE6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE6EB; }

 p { color: rgb(187,230,235); }

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

background-color css

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

 a { background-color: rgb(187,230,235); }

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

border-color css

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

 span { border-color: rgb(187,230,235); }

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