Html Css Color HEX #BDE8F9 Onahau

📋 copy color: '#BDE8F9'

red 189 ◦ green 232 ◦ blue 249

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

Shades of Onahau #BDE8F9

Tints of Onahau #BDE8F9

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.63%

 BLUE value IS 249 (97.66% from 255) = 37.16%

R = 28.21%
G = 34.63%
B = 37.16%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDE8F9 (or 0xBDE8F9) is known color: Onahau. HEX triplet: BD, E8 and F9. RGB value is (189,232,249). Sum of RGB (Red+Green+Blue) = 189+232+249=670 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.21% from 670); Green value is 232 (91.02% from 255 or 34.63% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDE8F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE8F9 is #421706. Grayscale: #DCDCDC. Windows color (decimal): -4331271 or 16378045. OLE color: 16378045.

HSL color Cylindrical-coordinate representation of color #BDE8F9: hue angle of 197º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDE8F9 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 232 249 -
CMYK 0.24 0.07 0 0.02
HSL 197º 0.83% 0.86% -
HSV(B) 197º 0.24% 0.98% -
XYZ 66.94 75.37 100.64 -
YUV 221.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 189 232 249 0.24 0.07 0 0.02 197 0.83 0.86
Hex BD E8 F9 18 7 0 2 C5 53 56
Octal 275 350 371 30 7 0 2 305 123 126
Binary 10111101 11101000 11111001 11000 111 0 10 11000101 1010011 1010110

Color Harmonies of #BDE8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE8F9

Black with #BDE8F9

Text Example


Text Example

White with #BDE8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE8F9; }

 p { color: rgb(189,232,249); }

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

background-color css

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

 a { background-color: rgb(189,232,249); }

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

border-color css

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

 span { border-color: rgb(189,232,249); }

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