Html Css Color HEX #BCDFF7 Pattens Blue

📋 copy color: '#BCDFF7'

red 188 ◦ green 223 ◦ blue 247

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

Shades of Pattens Blue #BCDFF7

Tints of Pattens Blue #BCDFF7

RGB

 RED value IS 188 (73.83% from 255) = 28.57%

 GREEN value IS 223 (87.5% from 255) = 33.89%

 BLUE value IS 247 (96.88% from 255) = 37.54%

R = 28.57%
G = 33.89%
B = 37.54%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BCDFF7 (or 0xBCDFF7) is known color: Pattens Blue. HEX triplet: BC, DF and F7. RGB value is (188,223,247). Sum of RGB (Red+Green+Blue) = 188+223+247=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCDFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFF7 is #432008. Grayscale: #D7D7D7. Windows color (decimal): -4399113 or 16244668. OLE color: 16244668.

HSL color Cylindrical-coordinate representation of color #BCDFF7: hue angle of 204.41º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCDFF7 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 223 247 -
CMYK 0.24 0.10 0 0.03
HSL 204.41º 0.79% 0.85% -
HSV(B) 204.41º 0.24% 0.97% -
XYZ 63.92 70.18 98.17 -
YUV 215.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 188 223 247 0.24 0.10 0 0.03 204.41 0.79 0.85
Hex BC DF F7 18 A 0 3 CC 4F 55
Octal 274 337 367 30 12 0 3 314 117 125
Binary 10111100 11011111 11110111 11000 1010 0 11 11001100 1001111 1010101

Color Harmonies of #BCDFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFF7

Black with #BCDFF7

Text Example


Text Example

White with #BCDFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFF7; }

 p { color: rgb(188,223,247); }

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

background-color css

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

 a { background-color: rgb(188,223,247); }

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

border-color css

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

 span { border-color: rgb(188,223,247); }

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