Html Css Color HEX #BACDDA Spindle

📋 copy color: '#BACDDA'

red 186 ◦ green 205 ◦ blue 218

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

Shades of Spindle #BACDDA

Tints of Spindle #BACDDA

RGB

 RED value IS 186 (73.05% from 255) = 30.54%

 GREEN value IS 205 (80.47% from 255) = 33.66%

 BLUE value IS 218 (85.55% from 255) = 35.8%

R = 30.54%
G = 33.66%
B = 35.8%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BACDDA (or 0xBACDDA) is known color: Spindle. HEX triplet: BA, CD and DA. RGB value is (186,205,218). Sum of RGB (Red+Green+Blue) = 186+205+218=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 218 - color contains mainly: blue. Hex color #BACDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDDA is #453225. Grayscale: #C8C8C8. Windows color (decimal): -4534822 or 14339514. OLE color: 14339514.

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

Color convert

RGB 186 205 218 -
CMYK 0.15 0.06 0 0.15
HSL 204.38º 0.3% 0.79% -
HSV(B) 204.38º 0.15% 0.85% -
XYZ 54.74 59.16 74.86 -
YUV 200.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 186 205 218 0.15 0.06 0 0.15 204.38 0.3 0.79
Hex BA CD DA F 6 0 F CC 1E 4F
Octal 272 315 332 17 6 0 17 314 36 117
Binary 10111010 11001101 11011010 1111 110 0 1111 11001100 11110 1001111

Color Harmonies of #BACDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACDDA

Black with #BACDDA

Text Example


Text Example

White with #BACDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACDDA; }

 p { color: rgb(186,205,218); }

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

background-color css

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

 a { background-color: rgb(186,205,218); }

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

border-color css

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

 span { border-color: rgb(186,205,218); }

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