Html Css Color HEX #BFDCF0 Pattens Blue

📋 copy color: '#BFDCF0'

red 191 ◦ green 220 ◦ blue 240

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

Shades of Pattens Blue #BFDCF0

Tints of Pattens Blue #BFDCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.87%

R = 29.34%
G = 33.79%
B = 36.87%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BFDCF0 (or 0xBFDCF0) is known color: Pattens Blue. HEX triplet: BF, DC and F0. RGB value is (191,220,240). Sum of RGB (Red+Green+Blue) = 191+220+240=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFDCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCF0 is #40230F. Grayscale: #D5D5D5. Windows color (decimal): -4203280 or 15785151. OLE color: 15785151.

HSL color Cylindrical-coordinate representation of color #BFDCF0: hue angle of 204.49º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFDCF0 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 220 240 -
CMYK 0.20 0.08 0 0.06
HSL 204.49º 0.62% 0.85% -
HSV(B) 204.49º 0.2% 0.94% -
XYZ 62.81 68.55 92.36 -
YUV 213.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 191 220 240 0.20 0.08 0 0.06 204.49 0.62 0.85
Hex BF DC F0 14 8 0 6 CC 3E 55
Octal 277 334 360 24 10 0 6 314 76 125
Binary 10111111 11011100 11110000 10100 1000 0 110 11001100 111110 1010101

Color Harmonies of #BFDCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDCF0

Black with #BFDCF0

Text Example


Text Example

White with #BFDCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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