Html Css Color HEX #BFD0E0 Link Water

📋 copy color: '#BFD0E0'

red 191 ◦ green 208 ◦ blue 224

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

Shades of Link Water #BFD0E0

Tints of Link Water #BFD0E0

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.39%

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

R = 30.66%
G = 33.39%
B = 35.96%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BFD0E0 (or 0xBFD0E0) is known color: Link Water. HEX triplet: BF, D0 and E0. RGB value is (191,208,224). Sum of RGB (Red+Green+Blue) = 191+208+224=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFD0E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0E0 is #402F1F. Grayscale: #CCCCCC. Windows color (decimal): -4206368 or 14733503. OLE color: 14733503.

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

Color convert

RGB 191 208 224 -
CMYK 0.15 0.07 0 0.12
HSL 209.09º 0.35% 0.81% -
HSV(B) 209.09º 0.15% 0.88% -
XYZ 57.5 61.57 79.37 -
YUV 204.74 138.87 118.2 -
System Red Green Blue C M Y K H S L
Decimal 191 208 224 0.15 0.07 0 0.12 209.09 0.35 0.81
Hex BF D0 E0 F 7 0 C D1 23 51
Octal 277 320 340 17 7 0 14 321 43 121
Binary 10111111 11010000 11100000 1111 111 0 1100 11010001 100011 1010001

Color Harmonies of #BFD0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD0E0

Black with #BFD0E0

Text Example


Text Example

White with #BFD0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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