Html Css Color HEX #BDE0EF Onahau

📋 copy color: '#BDE0EF'

red 189 ◦ green 224 ◦ blue 239

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

Shades of Onahau #BDE0EF

Tints of Onahau #BDE0EF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.36%

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

R = 28.99%
G = 34.36%
B = 36.66%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDE0EF (or 0xBDE0EF) is known color: Onahau. HEX triplet: BD, E0 and EF. RGB value is (189,224,239). Sum of RGB (Red+Green+Blue) = 189+224+239=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDE0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE0EF is #421F10. Grayscale: #D7D7D7. Windows color (decimal): -4333329 or 15720637. OLE color: 15720637.

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

Color convert

RGB 189 224 239 -
CMYK 0.21 0.06 0 0.06
HSL 198º 0.61% 0.84% -
HSV(B) 198º 0.21% 0.94% -
XYZ 63.22 70.36 91.91 -
YUV 215.25 141.4 109.28 -
System Red Green Blue C M Y K H S L
Decimal 189 224 239 0.21 0.06 0 0.06 198 0.61 0.84
Hex BD E0 EF 15 6 0 6 C6 3D 54
Octal 275 340 357 25 6 0 6 306 75 124
Binary 10111101 11100000 11101111 10101 110 0 110 11000110 111101 1010100

Color Harmonies of #BDE0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0EF

Black with #BDE0EF

Text Example


Text Example

White with #BDE0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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