Html Css Color HEX #BBE7EF Onahau

📋 copy color: '#BBE7EF'

red 187 ◦ green 231 ◦ blue 239

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

Shades of Onahau #BBE7EF

Tints of Onahau #BBE7EF

RGB

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

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

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

R = 28.46%
G = 35.16%
B = 36.38%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBE7EF (or 0xBBE7EF) is known color: Onahau. HEX triplet: BB, E7 and EF. RGB value is (187,231,239). Sum of RGB (Red+Green+Blue) = 187+231+239=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 231 (90.62% from 255 or 35.16% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBE7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE7EF is #441810. Grayscale: #DADADA. Windows color (decimal): -4462609 or 15722427. OLE color: 15722427.

HSL color Cylindrical-coordinate representation of color #BBE7EF: hue angle of 189.23º 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 #BBE7EF is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 231 239 -
CMYK 0.22 0.03 0 0.06
HSL 189.23º 0.62% 0.84% -
HSV(B) 189.23º 0.22% 0.94% -
XYZ 64.65 73.95 92.53 -
YUV 218.76 139.42 105.35 -
System Red Green Blue C M Y K H S L
Decimal 187 231 239 0.22 0.03 0 0.06 189.23 0.62 0.84
Hex BB E7 EF 16 3 0 6 BD 3E 54
Octal 273 347 357 26 3 0 6 275 76 124
Binary 10111011 11100111 11101111 10110 11 0 110 10111101 111110 1010100

Color Harmonies of #BBE7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE7EF

Black with #BBE7EF

Text Example


Text Example

White with #BBE7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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