Html Css Color HEX #BDE3F9 Onahau

📋 copy color: '#BDE3F9'

red 189 ◦ green 227 ◦ blue 249

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

Shades of Onahau #BDE3F9

Tints of Onahau #BDE3F9

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.14%

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

R = 28.42%
G = 34.14%
B = 37.44%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDE3F9 (or 0xBDE3F9) is known color: Onahau. HEX triplet: BD, E3 and F9. RGB value is (189,227,249). Sum of RGB (Red+Green+Blue) = 189+227+249=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 227 (89.06% from 255 or 34.14% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDE3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE3F9 is #421C06. Grayscale: #DADADA. Windows color (decimal): -4332551 or 16376765. OLE color: 16376765.

HSL color Cylindrical-coordinate representation of color #BDE3F9: hue angle of 202º 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 #BDE3F9 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 227 249 -
CMYK 0.24 0.09 0 0.02
HSL 202º 0.83% 0.86% -
HSV(B) 202º 0.24% 0.98% -
XYZ 65.55 72.6 100.18 -
YUV 218.15 145.41 107.21 -
System Red Green Blue C M Y K H S L
Decimal 189 227 249 0.24 0.09 0 0.02 202 0.83 0.86
Hex BD E3 F9 18 9 0 2 CA 53 56
Octal 275 343 371 30 11 0 2 312 123 126
Binary 10111101 11100011 11111001 11000 1001 0 10 11001010 1010011 1010110

Color Harmonies of #BDE3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE3F9

Black with #BDE3F9

Text Example


Text Example

White with #BDE3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE3F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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