Html Css Color HEX #BBDAD5 Scandal

📋 copy color: '#BBDAD5'

red 187 ◦ green 218 ◦ blue 213

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

Shades of Scandal #BBDAD5

Tints of Scandal #BBDAD5

RGB

 RED value IS 187 (73.44% from 255) = 30.26%

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

 BLUE value IS 213 (83.59% from 255) = 34.47%

R = 30.26%
G = 35.28%
B = 34.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#BBDAD5 (or 0xBBDAD5) is known color: Scandal. HEX triplet: BB, DA and D5. RGB value is (187,218,213). Sum of RGB (Red+Green+Blue) = 187+218+213=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAD5 is #44252A. Grayscale: #D0D0D0. Windows color (decimal): -4465963 or 14015163. OLE color: 14015163.

HSL color Cylindrical-coordinate representation of color #BBDAD5: hue angle of 170.32º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBDAD5 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 218 213 -
CMYK 0.14 0 0.02 0.15
HSL 170.32º 0.3% 0.79% -
HSV(B) 170.32º 0.14% 0.85% -
XYZ 57.58 65.51 72.56 -
YUV 208.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 187 218 213 0.14 0 0.02 0.15 170.32 0.3 0.79
Hex BB DA D5 E 0 2 F AA 1E 4F
Octal 273 332 325 16 0 2 17 252 36 117
Binary 10111011 11011010 11010101 1110 0 10 1111 10101010 11110 1001111

Color Harmonies of #BBDAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAD5

Black with #BBDAD5

Text Example


Text Example

White with #BBDAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAD5; }

 p { color: rgb(187,218,213); }

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

background-color css

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

 a { background-color: rgb(187,218,213); }

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

border-color css

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

 span { border-color: rgb(187,218,213); }

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