Html Css Color HEX #BDE6EF Onahau

📋 copy color: '#BDE6EF'

red 189 ◦ green 230 ◦ blue 239

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

Shades of Onahau #BDE6EF

Tints of Onahau #BDE6EF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.95%

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

R = 28.72%
G = 34.95%
B = 36.32%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDE6EF (or 0xBDE6EF) is known color: Onahau. HEX triplet: BD, E6 and EF. RGB value is (189,230,239). Sum of RGB (Red+Green+Blue) = 189+230+239=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDE6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE6EF is #421910. Grayscale: #DADADA. Windows color (decimal): -4331793 or 15722173. OLE color: 15722173.

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

Color convert

RGB 189 230 239 -
CMYK 0.21 0.04 0 0.06
HSL 190.8º 0.61% 0.84% -
HSV(B) 190.8º 0.21% 0.94% -
XYZ 64.86 73.64 92.46 -
YUV 218.77 139.42 106.77 -
System Red Green Blue C M Y K H S L
Decimal 189 230 239 0.21 0.04 0 0.06 190.8 0.61 0.84
Hex BD E6 EF 15 4 0 6 BF 3D 54
Octal 275 346 357 25 4 0 6 277 75 124
Binary 10111101 11100110 11101111 10101 100 0 110 10111111 111101 1010100

Color Harmonies of #BDE6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE6EF

Black with #BDE6EF

Text Example


Text Example

White with #BDE6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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