Html Css Color HEX #BDE4EF Onahau

📋 copy color: '#BDE4EF'

red 189 ◦ green 228 ◦ blue 239

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

Shades of Onahau #BDE4EF

Tints of Onahau #BDE4EF

RGB

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

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

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

R = 28.81%
G = 34.76%
B = 36.43%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDE4EF (or 0xBDE4EF) is known color: Onahau. HEX triplet: BD, E4 and EF. RGB value is (189,228,239). Sum of RGB (Red+Green+Blue) = 189+228+239=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 228 (89.45% from 255 or 34.76% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDE4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE4EF is #421B10. Grayscale: #D9D9D9. Windows color (decimal): -4332305 or 15721661. OLE color: 15721661.

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

Color convert

RGB 189 228 239 -
CMYK 0.21 0.05 0 0.06
HSL 193.2º 0.61% 0.84% -
HSV(B) 193.2º 0.21% 0.94% -
XYZ 64.31 72.54 92.27 -
YUV 217.59 140.08 107.61 -
System Red Green Blue C M Y K H S L
Decimal 189 228 239 0.21 0.05 0 0.06 193.2 0.61 0.84
Hex BD E4 EF 15 5 0 6 C1 3D 54
Octal 275 344 357 25 5 0 6 301 75 124
Binary 10111101 11100100 11101111 10101 101 0 110 11000001 111101 1010100

Color Harmonies of #BDE4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE4EF

Black with #BDE4EF

Text Example


Text Example

White with #BDE4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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