Html Css Color HEX #BFDBF1 Pattens Blue

📋 copy color: '#BFDBF1'

red 191 ◦ green 219 ◦ blue 241

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

Shades of Pattens Blue #BFDBF1

Tints of Pattens Blue #BFDBF1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.64%

 BLUE value IS 241 (94.53% from 255) = 37.02%

R = 29.34%
G = 33.64%
B = 37.02%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFDBF1 (or 0xBFDBF1) is known color: Pattens Blue. HEX triplet: BF, DB and F1. RGB value is (191,219,241). Sum of RGB (Red+Green+Blue) = 191+219+241=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFDBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDBF1 is #40240E. Grayscale: #D5D5D5. Windows color (decimal): -4203535 or 15850431. OLE color: 15850431.

HSL color Cylindrical-coordinate representation of color #BFDBF1: hue angle of 206.4º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFDBF1 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 219 241 -
CMYK 0.21 0.09 0 0.05
HSL 206.4º 0.64% 0.85% -
HSV(B) 206.4º 0.21% 0.95% -
XYZ 62.69 68.09 93.06 -
YUV 213.14 143.72 112.21 -
System Red Green Blue C M Y K H S L
Decimal 191 219 241 0.21 0.09 0 0.05 206.4 0.64 0.85
Hex BF DB F1 15 9 0 5 CE 40 55
Octal 277 333 361 25 11 0 5 316 100 125
Binary 10111111 11011011 11110001 10101 1001 0 101 11001110 1000000 1010101

Color Harmonies of #BFDBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDBF1

Black with #BFDBF1

Text Example


Text Example

White with #BFDBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDBF1; }

 p { color: rgb(191,219,241); }

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

background-color css

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

 a { background-color: rgb(191,219,241); }

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

border-color css

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

 span { border-color: rgb(191,219,241); }

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