Html Css Color HEX #BBE3EF Onahau

📋 copy color: '#BBE3EF'

red 187 ◦ green 227 ◦ blue 239

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

Shades of Onahau #BBE3EF

Tints of Onahau #BBE3EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.6%

R = 28.64%
G = 34.76%
B = 36.6%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBE3EF (or 0xBBE3EF) is known color: Onahau. HEX triplet: BB, E3 and EF. RGB value is (187,227,239). Sum of RGB (Red+Green+Blue) = 187+227+239=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBE3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE3EF is #441C10. Grayscale: #D8D8D8. Windows color (decimal): -4463633 or 15721403. OLE color: 15721403.

HSL color Cylindrical-coordinate representation of color #BBE3EF: hue angle of 193.85º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBE3EF is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 227 239 -
CMYK 0.22 0.05 0 0.06
HSL 193.85º 0.62% 0.84% -
HSV(B) 193.85º 0.22% 0.94% -
XYZ 63.54 71.73 92.16 -
YUV 216.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 187 227 239 0.22 0.05 0 0.06 193.85 0.62 0.84
Hex BB E3 EF 16 5 0 6 C2 3E 54
Octal 273 343 357 26 5 0 6 302 76 124
Binary 10111011 11100011 11101111 10110 101 0 110 11000010 111110 1010100

Color Harmonies of #BBE3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE3EF

Black with #BBE3EF

Text Example


Text Example

White with #BBE3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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