Html Css Color HEX #BFDCEF Pattens Blue

📋 copy color: '#BFDCEF'

red 191 ◦ green 220 ◦ blue 239

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

Shades of Pattens Blue #BFDCEF

Tints of Pattens Blue #BFDCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.77%

R = 29.38%
G = 33.85%
B = 36.77%

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

#BFDCEF (or 0xBFDCEF) is known color: Pattens Blue. HEX triplet: BF, DC and EF. RGB value is (191,220,239). Sum of RGB (Red+Green+Blue) = 191+220+239=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFDCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCEF is #402310. Grayscale: #D5D5D5. Windows color (decimal): -4203281 or 15719615. OLE color: 15719615.

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

Color convert

RGB 191 220 239 -
CMYK 0.20 0.08 0 0.06
HSL 203.75º 0.6% 0.84% -
HSV(B) 203.75º 0.2% 0.94% -
XYZ 62.66 68.49 91.58 -
YUV 213.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 191 220 239 0.20 0.08 0 0.06 203.75 0.6 0.84
Hex BF DC EF 14 8 0 6 CC 3C 54
Octal 277 334 357 24 10 0 6 314 74 124
Binary 10111111 11011100 11101111 10100 1000 0 110 11001100 111100 1010100

Color Harmonies of #BFDCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDCEF

Black with #BFDCEF

Text Example


Text Example

White with #BFDCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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