Html Css Color HEX #BBE3ED Onahau

📋 copy color: '#BBE3ED'

red 187 ◦ green 227 ◦ blue 237

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

Shades of Onahau #BBE3ED

Tints of Onahau #BBE3ED

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.87%

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

R = 28.73%
G = 34.87%
B = 36.41%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBE3ED (or 0xBBE3ED) is known color: Onahau. HEX triplet: BB, E3 and ED. RGB value is (187,227,237). Sum of RGB (Red+Green+Blue) = 187+227+237=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 227 (89.06% from 255 or 34.87% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBE3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE3ED is #441C12. Grayscale: #D8D8D8. Windows color (decimal): -4463635 or 15590331. OLE color: 15590331.

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

Color convert

RGB 187 227 237 -
CMYK 0.21 0.04 0 0.07
HSL 192º 0.58% 0.83% -
HSV(B) 192º 0.21% 0.93% -
XYZ 63.25 71.62 90.61 -
YUV 216.18 139.75 107.19 -
System Red Green Blue C M Y K H S L
Decimal 187 227 237 0.21 0.04 0 0.07 192 0.58 0.83
Hex BB E3 ED 15 4 0 7 C0 3A 53
Octal 273 343 355 25 4 0 7 300 72 123
Binary 10111011 11100011 11101101 10101 100 0 111 11000000 111010 1010011

Color Harmonies of #BBE3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE3ED

Black with #BBE3ED

Text Example


Text Example

White with #BBE3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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