Html Css Color HEX #BDDFFB Pattens Blue

📋 copy color: '#BDDFFB'

red 189 ◦ green 223 ◦ blue 251

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

Shades of Pattens Blue #BDDFFB

Tints of Pattens Blue #BDDFFB

RGB

 RED value IS 189 (74.22% from 255) = 28.51%

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

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

R = 28.51%
G = 33.63%
B = 37.86%

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

#BDDFFB (or 0xBDDFFB) is known color: Pattens Blue. HEX triplet: BD, DF and FB. RGB value is (189,223,251). Sum of RGB (Red+Green+Blue) = 189+223+251=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDDFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFFB is #422004. Grayscale: #D7D7D7. Windows color (decimal): -4333573 or 16506813. OLE color: 16506813.

HSL color Cylindrical-coordinate representation of color #BDDFFB: hue angle of 207.1º 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 #BDDFFB is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 223 251 -
CMYK 0.25 0.11 0 0.02
HSL 207.1º 0.89% 0.86% -
HSV(B) 207.1º 0.25% 0.98% -
XYZ 64.79 70.56 101.47 -
YUV 216.03 147.74 108.72 -
System Red Green Blue C M Y K H S L
Decimal 189 223 251 0.25 0.11 0 0.02 207.1 0.89 0.86
Hex BD DF FB 19 B 0 2 CF 59 56
Octal 275 337 373 31 13 0 2 317 131 126
Binary 10111101 11011111 11111011 11001 1011 0 10 11001111 1011001 1010110

Color Harmonies of #BDDFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFFB

Black with #BDDFFB

Text Example


Text Example

White with #BDDFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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