Html Css Color HEX #BDDAD7 Scandal

📋 copy color: '#BDDAD7'

red 189 ◦ green 218 ◦ blue 215

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

Shades of Scandal #BDDAD7

Tints of Scandal #BDDAD7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.05%

 BLUE value IS 215 (84.38% from 255) = 34.57%

R = 30.39%
G = 35.05%
B = 34.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#BDDAD7 (or 0xBDDAD7) is known color: Scandal. HEX triplet: BD, DA and D7. RGB value is (189,218,215). Sum of RGB (Red+Green+Blue) = 189+218+215=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAD7 is #422528. Grayscale: #D0D0D0. Windows color (decimal): -4334889 or 14146237. OLE color: 14146237.

HSL color Cylindrical-coordinate representation of color #BDDAD7: hue angle of 173.79º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDDAD7 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 218 215 -
CMYK 0.13 0 0.01 0.15
HSL 173.79º 0.28% 0.8% -
HSV(B) 173.79º 0.13% 0.85% -
XYZ 58.32 65.87 73.93 -
YUV 208.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 189 218 215 0.13 0 0.01 0.15 173.79 0.28 0.8
Hex BD DA D7 D 0 1 F AE 1C 50
Octal 275 332 327 15 0 1 17 256 34 120
Binary 10111101 11011010 11010111 1101 0 1 1111 10101110 11100 1010000

Color Harmonies of #BDDAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAD7

Black with #BDDAD7

Text Example


Text Example

White with #BDDAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAD7; }

 p { color: rgb(189,218,215); }

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

background-color css

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

 a { background-color: rgb(189,218,215); }

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

border-color css

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

 span { border-color: rgb(189,218,215); }

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