Html Css Color HEX #BDE2EF Onahau

📋 copy color: '#BDE2EF'

red 189 ◦ green 226 ◦ blue 239

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

Shades of Onahau #BDE2EF

Tints of Onahau #BDE2EF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.56%

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

R = 28.9%
G = 34.56%
B = 36.54%

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

#BDE2EF (or 0xBDE2EF) is known color: Onahau. HEX triplet: BD, E2 and EF. RGB value is (189,226,239). Sum of RGB (Red+Green+Blue) = 189+226+239=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDE2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE2EF is #421D10. Grayscale: #D8D8D8. Windows color (decimal): -4332817 or 15721149. OLE color: 15721149.

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

Color convert

RGB 189 226 239 -
CMYK 0.21 0.05 0 0.06
HSL 195.6º 0.61% 0.84% -
HSV(B) 195.6º 0.21% 0.94% -
XYZ 63.76 71.44 92.09 -
YUV 216.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 189 226 239 0.21 0.05 0 0.06 195.6 0.61 0.84
Hex BD E2 EF 15 5 0 6 C4 3D 54
Octal 275 342 357 25 5 0 6 304 75 124
Binary 10111101 11100010 11101111 10101 101 0 110 11000100 111101 1010100

Color Harmonies of #BDE2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE2EF

Black with #BDE2EF

Text Example


Text Example

White with #BDE2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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