Html Css Color HEX #BFDCDE Powder Blue

📋 copy color: '#BFDCDE'

red 191 ◦ green 220 ◦ blue 222

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

Shades of Powder Blue #BFDCDE

Tints of Powder Blue #BFDCDE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.76%

 BLUE value IS 222 (87.11% from 255) = 35.07%

R = 30.17%
G = 34.76%
B = 35.07%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFDCDE (or 0xBFDCDE) is known color: Powder Blue. HEX triplet: BF, DC and DE. RGB value is (191,220,222). Sum of RGB (Red+Green+Blue) = 191+220+222=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFDCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCDE is #402321. Grayscale: #D3D3D3. Windows color (decimal): -4203298 or 14605503. OLE color: 14605503.

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

Color convert

RGB 191 220 222 -
CMYK 0.14 0.01 0 0.13
HSL 183.87º 0.32% 0.81% -
HSV(B) 183.87º 0.14% 0.87% -
XYZ 60.26 67.54 78.97 -
YUV 211.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 191 220 222 0.14 0.01 0 0.13 183.87 0.32 0.81
Hex BF DC DE E 1 0 D B8 20 51
Octal 277 334 336 16 1 0 15 270 40 121
Binary 10111111 11011100 11011110 1110 1 0 1101 10111000 100000 1010001

Color Harmonies of #BFDCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDCDE

Black with #BFDCDE

Text Example


Text Example

White with #BFDCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDCDE; }

 p { color: rgb(191,220,222); }

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

background-color css

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

 a { background-color: rgb(191,220,222); }

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

border-color css

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

 span { border-color: rgb(191,220,222); }

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