Html Css Color HEX #BCDFFB Pattens Blue

📋 copy color: '#BCDFFB'

red 188 ◦ green 223 ◦ blue 251

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

Shades of Pattens Blue #BCDFFB

Tints of Pattens Blue #BCDFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.92%

R = 28.4%
G = 33.69%
B = 37.92%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCDFFB (or 0xBCDFFB) is known color: Pattens Blue. HEX triplet: BC, DF and FB. RGB value is (188,223,251). Sum of RGB (Red+Green+Blue) = 188+223+251=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCDFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFFB is #432004. Grayscale: #D7D7D7. Windows color (decimal): -4399109 or 16506812. OLE color: 16506812.

HSL color Cylindrical-coordinate representation of color #BCDFFB: hue angle of 206.67º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCDFFB is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 223 251 -
CMYK 0.25 0.11 0 0.02
HSL 206.67º 0.89% 0.86% -
HSV(B) 206.67º 0.25% 0.98% -
XYZ 64.54 70.43 101.46 -
YUV 215.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 188 223 251 0.25 0.11 0 0.02 206.67 0.89 0.86
Hex BC DF FB 19 B 0 2 CF 59 56
Octal 274 337 373 31 13 0 2 317 131 126
Binary 10111100 11011111 11111011 11001 1011 0 10 11001111 1011001 1010110

Color Harmonies of #BCDFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFFB

Black with #BCDFFB

Text Example


Text Example

White with #BCDFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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