Html Css Color HEX #BDE7EF Onahau

📋 copy color: '#BDE7EF'

red 189 ◦ green 231 ◦ blue 239

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

Shades of Onahau #BDE7EF

Tints of Onahau #BDE7EF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.05%

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

R = 28.68%
G = 35.05%
B = 36.27%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDE7EF (or 0xBDE7EF) is known color: Onahau. HEX triplet: BD, E7 and EF. RGB value is (189,231,239). Sum of RGB (Red+Green+Blue) = 189+231+239=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 231 (90.62% from 255 or 35.05% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDE7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE7EF is #421810. Grayscale: #DBDBDB. Windows color (decimal): -4331537 or 15722429. OLE color: 15722429.

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

Color convert

RGB 189 231 239 -
CMYK 0.21 0.03 0 0.06
HSL 189.6º 0.61% 0.84% -
HSV(B) 189.6º 0.21% 0.94% -
XYZ 65.14 74.2 92.55 -
YUV 219.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 189 231 239 0.21 0.03 0 0.06 189.6 0.61 0.84
Hex BD E7 EF 15 3 0 6 BE 3D 54
Octal 275 347 357 25 3 0 6 276 75 124
Binary 10111101 11100111 11101111 10101 11 0 110 10111110 111101 1010100

Color Harmonies of #BDE7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE7EF

Black with #BDE7EF

Text Example


Text Example

White with #BDE7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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