Html Css Color HEX #BDE9EF Onahau

📋 copy color: '#BDE9EF'

red 189 ◦ green 233 ◦ blue 239

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

Shades of Onahau #BDE9EF

Tints of Onahau #BDE9EF

RGB

 RED value IS 189 (74.22% from 255) = 28.59%

 GREEN value IS 233 (91.41% from 255) = 35.25%

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

R = 28.59%
G = 35.25%
B = 36.16%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDE9EF (or 0xBDE9EF) is known color: Onahau. HEX triplet: BD, E9 and EF. RGB value is (189,233,239). Sum of RGB (Red+Green+Blue) = 189+233+239=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 233 (91.41% from 255 or 35.25% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDE9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE9EF is #421610. Grayscale: #DCDCDC. Windows color (decimal): -4331025 or 15722941. OLE color: 15722941.

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

Color convert

RGB 189 233 239 -
CMYK 0.21 0.03 0 0.06
HSL 187.2º 0.61% 0.84% -
HSV(B) 187.2º 0.21% 0.94% -
XYZ 65.71 75.33 92.74 -
YUV 220.53 138.42 105.51 -
System Red Green Blue C M Y K H S L
Decimal 189 233 239 0.21 0.03 0 0.06 187.2 0.61 0.84
Hex BD E9 EF 15 3 0 6 BB 3D 54
Octal 275 351 357 25 3 0 6 273 75 124
Binary 10111101 11101001 11101111 10101 11 0 110 10111011 111101 1010100

Color Harmonies of #BDE9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE9EF

Black with #BDE9EF

Text Example


Text Example

White with #BDE9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE9EF; }

 p { color: rgb(189,233,239); }

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

background-color css

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

 a { background-color: rgb(189,233,239); }

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

border-color css

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

 span { border-color: rgb(189,233,239); }

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