Html Css Color HEX #BDE4EE Onahau

📋 copy color: '#BDE4EE'

red 189 ◦ green 228 ◦ blue 238

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

Shades of Onahau #BDE4EE

Tints of Onahau #BDE4EE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.81%

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

R = 28.85%
G = 34.81%
B = 36.34%

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

#BDE4EE (or 0xBDE4EE) is known color: Onahau. HEX triplet: BD, E4 and EE. RGB value is (189,228,238). Sum of RGB (Red+Green+Blue) = 189+228+238=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDE4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE4EE is #421B11. Grayscale: #D9D9D9. Windows color (decimal): -4332306 or 15656125. OLE color: 15656125.

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

Color convert

RGB 189 228 238 -
CMYK 0.21 0.04 0 0.07
HSL 192.24º 0.59% 0.84% -
HSV(B) 192.24º 0.21% 0.93% -
XYZ 64.16 72.48 91.5 -
YUV 217.48 139.58 107.69 -
System Red Green Blue C M Y K H S L
Decimal 189 228 238 0.21 0.04 0 0.07 192.24 0.59 0.84
Hex BD E4 EE 15 4 0 7 C0 3B 54
Octal 275 344 356 25 4 0 7 300 73 124
Binary 10111101 11100100 11101110 10101 100 0 111 11000000 111011 1010100

Color Harmonies of #BDE4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE4EE

Black with #BDE4EE

Text Example


Text Example

White with #BDE4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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