Html Css Color HEX #BDDFFD Pattens Blue

📋 copy color: '#BDDFFD'

red 189 ◦ green 223 ◦ blue 253

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

Shades of Pattens Blue #BDDFFD

Tints of Pattens Blue #BDDFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.05%

R = 28.42%
G = 33.53%
B = 38.05%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDDFFD (or 0xBDDFFD) is known color: Pattens Blue. HEX triplet: BD, DF and FD. RGB value is (189,223,253). Sum of RGB (Red+Green+Blue) = 189+223+253=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDDFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFFD is #422002. Grayscale: #D8D8D8. Windows color (decimal): -4333571 or 16637885. OLE color: 16637885.

HSL color Cylindrical-coordinate representation of color #BDDFFD: hue angle of 208.12º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDDFFD is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 223 253 -
CMYK 0.25 0.12 0 0.01
HSL 208.13º 0.94% 0.87% -
HSV(B) 208.13º 0.25% 0.99% -
XYZ 65.1 70.69 103.14 -
YUV 216.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 189 223 253 0.25 0.12 0 0.01 208.13 0.94 0.87
Hex BD DF FD 19 C 0 1 D0 5E 57
Octal 275 337 375 31 14 0 1 320 136 127
Binary 10111101 11011111 11111101 11001 1100 0 1 11010000 1011110 1010111

Color Harmonies of #BDDFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFFD

Black with #BDDFFD

Text Example


Text Example

White with #BDDFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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