Html Css Color HEX #BFCDE0 Link Water

📋 copy color: '#BFCDE0'

red 191 ◦ green 205 ◦ blue 224

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

Shades of Link Water #BFCDE0

Tints of Link Water #BFCDE0

RGB

 RED value IS 191 (75% from 255) = 30.81%

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

 BLUE value IS 224 (87.89% from 255) = 36.13%

R = 30.81%
G = 33.06%
B = 36.13%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BFCDE0 (or 0xBFCDE0) is known color: Link Water. HEX triplet: BF, CD and E0. RGB value is (191,205,224). Sum of RGB (Red+Green+Blue) = 191+205+224=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFCDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDE0 is #40321F. Grayscale: #CACACA. Windows color (decimal): -4207136 or 14732735. OLE color: 14732735.

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

Color convert

RGB 191 205 224 -
CMYK 0.15 0.08 0 0.12
HSL 214.55º 0.35% 0.81% -
HSV(B) 214.55º 0.15% 0.88% -
XYZ 56.77 60.12 79.13 -
YUV 202.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 191 205 224 0.15 0.08 0 0.12 214.55 0.35 0.81
Hex BF CD E0 F 8 0 C D7 23 51
Octal 277 315 340 17 10 0 14 327 43 121
Binary 10111111 11001101 11100000 1111 1000 0 1100 11010111 100011 1010001

Color Harmonies of #BFCDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDE0

Black with #BFCDE0

Text Example


Text Example

White with #BFCDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDE0; }

 p { color: rgb(191,205,224); }

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

background-color css

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

 a { background-color: rgb(191,205,224); }

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

border-color css

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

 span { border-color: rgb(191,205,224); }

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