Html Css Color HEX #BBE1EC Onahau

📋 copy color: '#BBE1EC'

red 187 ◦ green 225 ◦ blue 236

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

Shades of Onahau #BBE1EC

Tints of Onahau #BBE1EC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.72%

 BLUE value IS 236 (92.58% from 255) = 36.42%

R = 28.86%
G = 34.72%
B = 36.42%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBE1EC (or 0xBBE1EC) is known color: Onahau. HEX triplet: BB, E1 and EC. RGB value is (187,225,236). Sum of RGB (Red+Green+Blue) = 187+225+236=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBE1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE1EC is #441E13. Grayscale: #D6D6D6. Windows color (decimal): -4464148 or 15524283. OLE color: 15524283.

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

Color convert

RGB 187 225 236 -
CMYK 0.21 0.05 0 0.07
HSL 193.47º 0.56% 0.83% -
HSV(B) 193.47º 0.21% 0.93% -
XYZ 62.56 70.47 89.66 -
YUV 214.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 187 225 236 0.21 0.05 0 0.07 193.47 0.56 0.83
Hex BB E1 EC 15 5 0 7 C1 38 53
Octal 273 341 354 25 5 0 7 301 70 123
Binary 10111011 11100001 11101100 10101 101 0 111 11000001 111000 1010011

Color Harmonies of #BBE1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE1EC

Black with #BBE1EC

Text Example


Text Example

White with #BBE1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE1EC; }

 p { color: rgb(187,225,236); }

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

background-color css

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

 a { background-color: rgb(187,225,236); }

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

border-color css

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

 span { border-color: rgb(187,225,236); }

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