Html Css Color HEX #BDE8FD Onahau

📋 copy color: '#BDE8FD'

red 189 ◦ green 232 ◦ blue 253

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

Shades of Onahau #BDE8FD

Tints of Onahau #BDE8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.54%

R = 28.04%
G = 34.42%
B = 37.54%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDE8FD (or 0xBDE8FD) is known color: Onahau. HEX triplet: BD, E8 and FD. RGB value is (189,232,253). Sum of RGB (Red+Green+Blue) = 189+232+253=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 232 (91.02% from 255 or 34.42% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDE8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE8FD is #421702. Grayscale: #DDDDDD. Windows color (decimal): -4331267 or 16640189. OLE color: 16640189.

HSL color Cylindrical-coordinate representation of color #BDE8FD: hue angle of 199.69º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDE8FD is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 232 253 -
CMYK 0.25 0.08 0 0.01
HSL 199.69º 0.94% 0.87% -
HSV(B) 199.69º 0.25% 0.99% -
XYZ 67.57 75.62 103.96 -
YUV 221.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 189 232 253 0.25 0.08 0 0.01 199.69 0.94 0.87
Hex BD E8 FD 19 8 0 1 C8 5E 57
Octal 275 350 375 31 10 0 1 310 136 127
Binary 10111101 11101000 11111101 11001 1000 0 1 11001000 1011110 1010111

Color Harmonies of #BDE8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE8FD

Black with #BDE8FD

Text Example


Text Example

White with #BDE8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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