Html Css Color HEX #BBCDDA Spindle

📋 copy color: '#BBCDDA'

red 187 ◦ green 205 ◦ blue 218

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

Shades of Spindle #BBCDDA

Tints of Spindle #BBCDDA

RGB

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

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

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

R = 30.66%
G = 33.61%
B = 35.74%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBCDDA (or 0xBBCDDA) is known color: Spindle. HEX triplet: BB, CD and DA. RGB value is (187,205,218). Sum of RGB (Red+Green+Blue) = 187+205+218=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBCDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDDA is #443225. Grayscale: #C9C9C9. Windows color (decimal): -4469286 or 14339515. OLE color: 14339515.

HSL color Cylindrical-coordinate representation of color #BBCDDA: hue angle of 205.16º 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 #BBCDDA is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 205 218 -
CMYK 0.14 0.06 0 0.15
HSL 205.16º 0.3% 0.79% -
HSV(B) 205.16º 0.14% 0.85% -
XYZ 54.98 59.29 74.88 -
YUV 201.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 187 205 218 0.14 0.06 0 0.15 205.16 0.3 0.79
Hex BB CD DA E 6 0 F CD 1E 4F
Octal 273 315 332 16 6 0 17 315 36 117
Binary 10111011 11001101 11011010 1110 110 0 1111 11001101 11110 1001111

Color Harmonies of #BBCDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDDA

Black with #BBCDDA

Text Example


Text Example

White with #BBCDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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