Html Css Color HEX #BCD5DA Light Blue

📋 copy color: '#BCD5DA'

red 188 ◦ green 213 ◦ blue 218

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

Shades of Light Blue #BCD5DA

Tints of Light Blue #BCD5DA

RGB

 RED value IS 188 (73.83% from 255) = 30.37%

 GREEN value IS 213 (83.59% from 255) = 34.41%

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

R = 30.37%
G = 34.41%
B = 35.22%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCD5DA (or 0xBCD5DA) is known color: Light Blue. HEX triplet: BC, D5 and DA. RGB value is (188,213,218). Sum of RGB (Red+Green+Blue) = 188+213+218=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCD5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5DA is #432A25. Grayscale: #CECECE. Windows color (decimal): -4401702 or 14341564. OLE color: 14341564.

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

Color convert

RGB 188 213 218 -
CMYK 0.14 0.02 0 0.15
HSL 190º 0.29% 0.8% -
HSV(B) 190º 0.14% 0.85% -
XYZ 57.19 63.34 75.54 -
YUV 206.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 188 213 218 0.14 0.02 0 0.15 190 0.29 0.8
Hex BC D5 DA E 2 0 F BE 1D 50
Octal 274 325 332 16 2 0 17 276 35 120
Binary 10111100 11010101 11011010 1110 10 0 1111 10111110 11101 1010000

Color Harmonies of #BCD5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5DA

Black with #BCD5DA

Text Example


Text Example

White with #BCD5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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