Html Css Color HEX #BDE5EF Onahau

📋 copy color: '#BDE5EF'

red 189 ◦ green 229 ◦ blue 239

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

Shades of Onahau #BDE5EF

Tints of Onahau #BDE5EF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.86%

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

R = 28.77%
G = 34.86%
B = 36.38%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDE5EF (or 0xBDE5EF) is known color: Onahau. HEX triplet: BD, E5 and EF. RGB value is (189,229,239). Sum of RGB (Red+Green+Blue) = 189+229+239=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 229 (89.84% from 255 or 34.86% 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 #BDE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE5EF is #421A10. Grayscale: #DADADA. Windows color (decimal): -4332049 or 15721917. OLE color: 15721917.

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

Color convert

RGB 189 229 239 -
CMYK 0.21 0.04 0 0.06
HSL 192º 0.61% 0.84% -
HSV(B) 192º 0.21% 0.94% -
XYZ 64.59 73.09 92.37 -
YUV 218.18 139.75 107.19 -
System Red Green Blue C M Y K H S L
Decimal 189 229 239 0.21 0.04 0 0.06 192 0.61 0.84
Hex BD E5 EF 15 4 0 6 C0 3D 54
Octal 275 345 357 25 4 0 6 300 75 124
Binary 10111101 11100101 11101111 10101 100 0 110 11000000 111101 1010100

Color Harmonies of #BDE5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE5EF

Black with #BDE5EF

Text Example


Text Example

White with #BDE5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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