Html Css Color HEX #BDE8EF Onahau

📋 copy color: '#BDE8EF'

red 189 ◦ green 232 ◦ blue 239

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

Shades of Onahau #BDE8EF

Tints of Onahau #BDE8EF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.15%

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

R = 28.64%
G = 35.15%
B = 36.21%

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

#BDE8EF (or 0xBDE8EF) is known color: Onahau. HEX triplet: BD, E8 and EF. RGB value is (189,232,239). Sum of RGB (Red+Green+Blue) = 189+232+239=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 232 (91.02% from 255 or 35.15% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDE8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE8EF is #421710. Grayscale: #DBDBDB. Windows color (decimal): -4331281 or 15722685. OLE color: 15722685.

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

Color convert

RGB 189 232 239 -
CMYK 0.21 0.03 0 0.06
HSL 188.4º 0.61% 0.84% -
HSV(B) 188.4º 0.21% 0.94% -
XYZ 65.42 74.76 92.64 -
YUV 219.94 138.75 105.93 -
System Red Green Blue C M Y K H S L
Decimal 189 232 239 0.21 0.03 0 0.06 188.4 0.61 0.84
Hex BD E8 EF 15 3 0 6 BC 3D 54
Octal 275 350 357 25 3 0 6 274 75 124
Binary 10111101 11101000 11101111 10101 11 0 110 10111100 111101 1010100

Color Harmonies of #BDE8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE8EF

Black with #BDE8EF

Text Example


Text Example

White with #BDE8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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