Html Css Color HEX #BFDBF2 Pattens Blue

📋 copy color: '#BFDBF2'

red 191 ◦ green 219 ◦ blue 242

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

Shades of Pattens Blue #BFDBF2

Tints of Pattens Blue #BFDBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.12%

R = 29.29%
G = 33.59%
B = 37.12%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFDBF2 (or 0xBFDBF2) is known color: Pattens Blue. HEX triplet: BF, DB and F2. RGB value is (191,219,242). Sum of RGB (Red+Green+Blue) = 191+219+242=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFDBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDBF2 is #40240D. Grayscale: #D5D5D5. Windows color (decimal): -4203534 or 15915967. OLE color: 15915967.

HSL color Cylindrical-coordinate representation of color #BFDBF2: hue angle of 207.06º degrees, saturation: 0.66, 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 #BFDBF2 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 219 242 -
CMYK 0.21 0.10 0 0.05
HSL 207.06º 0.66% 0.85% -
HSV(B) 207.06º 0.21% 0.95% -
XYZ 62.84 68.15 93.85 -
YUV 213.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 191 219 242 0.21 0.10 0 0.05 207.06 0.66 0.85
Hex BF DB F2 15 A 0 5 CF 42 55
Octal 277 333 362 25 12 0 5 317 102 125
Binary 10111111 11011011 11110010 10101 1010 0 101 11001111 1000010 1010101

Color Harmonies of #BFDBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDBF2

Black with #BFDBF2

Text Example


Text Example

White with #BFDBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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