Html Css Color HEX #BDE5EE Onahau

📋 copy color: '#BDE5EE'

red 189 ◦ green 229 ◦ blue 238

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

Shades of Onahau #BDE5EE

Tints of Onahau #BDE5EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.28%

R = 28.81%
G = 34.91%
B = 36.28%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDE5EE (or 0xBDE5EE) is known color: Onahau. HEX triplet: BD, E5 and EE. RGB value is (189,229,238). Sum of RGB (Red+Green+Blue) = 189+229+238=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDE5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE5EE is #421A11. Grayscale: #D9D9D9. Windows color (decimal): -4332050 or 15656381. OLE color: 15656381.

HSL color Cylindrical-coordinate representation of color #BDE5EE: hue angle of 191.02º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDE5EE is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 229 238 -
CMYK 0.21 0.04 0 0.07
HSL 191.02º 0.59% 0.84% -
HSV(B) 191.02º 0.21% 0.93% -
XYZ 64.44 73.03 91.59 -
YUV 218.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 189 229 238 0.21 0.04 0 0.07 191.02 0.59 0.84
Hex BD E5 EE 15 4 0 7 BF 3B 54
Octal 275 345 356 25 4 0 7 277 73 124
Binary 10111101 11100101 11101110 10101 100 0 111 10111111 111011 1010100

Color Harmonies of #BDE5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE5EE

Black with #BDE5EE

Text Example


Text Example

White with #BDE5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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