Html Css Color HEX #BDCBDF Link Water

📋 copy color: '#BDCBDF'

red 189 ◦ green 203 ◦ blue 223

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

Shades of Link Water #BDCBDF

Tints of Link Water #BDCBDF

RGB

 RED value IS 189 (74.22% from 255) = 30.73%

 GREEN value IS 203 (79.69% from 255) = 33.01%

 BLUE value IS 223 (87.5% from 255) = 36.26%

R = 30.73%
G = 33.01%
B = 36.26%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDCBDF (or 0xBDCBDF) is known color: Link Water. HEX triplet: BD, CB and DF. RGB value is (189,203,223). Sum of RGB (Red+Green+Blue) = 189+203+223=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDCBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBDF is #423420. Grayscale: #C9C9C9. Windows color (decimal): -4338721 or 14666685. OLE color: 14666685.

HSL color Cylindrical-coordinate representation of color #BDCBDF: hue angle of 215.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDCBDF is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 203 223 -
CMYK 0.15 0.09 0 0.13
HSL 215.29º 0.35% 0.81% -
HSV(B) 215.29º 0.15% 0.87% -
XYZ 55.66 58.86 78.24 -
YUV 201.09 140.36 119.37 -
System Red Green Blue C M Y K H S L
Decimal 189 203 223 0.15 0.09 0 0.13 215.29 0.35 0.81
Hex BD CB DF F 9 0 D D7 23 51
Octal 275 313 337 17 11 0 15 327 43 121
Binary 10111101 11001011 11011111 1111 1001 0 1101 11010111 100011 1010001

Color Harmonies of #BDCBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBDF

Black with #BDCBDF

Text Example


Text Example

White with #BDCBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBDF; }

 p { color: rgb(189,203,223); }

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

background-color css

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

 a { background-color: rgb(189,203,223); }

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

border-color css

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

 span { border-color: rgb(189,203,223); }

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