Html Css Color HEX #B5CADA Spindle

📋 copy color: '#B5CADA'

red 181 ◦ green 202 ◦ blue 218

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

Shades of Spindle #B5CADA

Tints of Spindle #B5CADA

RGB

 RED value IS 181 (71.09% from 255) = 30.12%

 GREEN value IS 202 (79.3% from 255) = 33.61%

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

R = 30.12%
G = 33.61%
B = 36.27%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B5CADA (or 0xB5CADA) is known color: Spindle. HEX triplet: B5, CA and DA. RGB value is (181,202,218). Sum of RGB (Red+Green+Blue) = 181+202+218=601 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.12% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 218 - color contains mainly: blue. Hex color #B5CADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CADA is #4A3525. Grayscale: #C5C5C5. Windows color (decimal): -4863270 or 14338741. OLE color: 14338741.

HSL color Cylindrical-coordinate representation of color #B5CADA: hue angle of 205.95º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5CADA is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 202 218 -
CMYK 0.17 0.07 0 0.15
HSL 205.95º 0.33% 0.78% -
HSV(B) 205.95º 0.17% 0.85% -
XYZ 52.83 57.13 74.57 -
YUV 197.55 139.54 116.2 -
System Red Green Blue C M Y K H S L
Decimal 181 202 218 0.17 0.07 0 0.15 205.95 0.33 0.78
Hex B5 CA DA 11 7 0 F CE 21 4E
Octal 265 312 332 21 7 0 17 316 41 116
Binary 10110101 11001010 11011010 10001 111 0 1111 11001110 100001 1001110

Color Harmonies of #B5CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CADA

Black with #B5CADA

Text Example


Text Example

White with #B5CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CADA; }

 p { color: rgb(181,202,218); }

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

background-color css

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

 a { background-color: rgb(181,202,218); }

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

border-color css

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

 span { border-color: rgb(181,202,218); }

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