Html Css Color HEX #BDE6F9 Onahau

📋 copy color: '#BDE6F9'

red 189 ◦ green 230 ◦ blue 249

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

Shades of Onahau #BDE6F9

Tints of Onahau #BDE6F9

RGB

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

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

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

R = 28.29%
G = 34.43%
B = 37.28%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDE6F9 (or 0xBDE6F9) is known color: Onahau. HEX triplet: BD, E6 and F9. RGB value is (189,230,249). Sum of RGB (Red+Green+Blue) = 189+230+249=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 230 (90.23% from 255 or 34.43% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDE6F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE6F9 is #421906. Grayscale: #DBDBDB. Windows color (decimal): -4331783 or 16377533. OLE color: 16377533.

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

Color convert

RGB 189 230 249 -
CMYK 0.24 0.08 0 0.02
HSL 199º 0.83% 0.86% -
HSV(B) 199º 0.24% 0.98% -
XYZ 66.38 74.25 100.46 -
YUV 219.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 189 230 249 0.24 0.08 0 0.02 199 0.83 0.86
Hex BD E6 F9 18 8 0 2 C7 53 56
Octal 275 346 371 30 10 0 2 307 123 126
Binary 10111101 11100110 11111001 11000 1000 0 10 11000111 1010011 1010110

Color Harmonies of #BDE6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE6F9

Black with #BDE6F9

Text Example


Text Example

White with #BDE6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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