Html Css Color HEX #BDD1F0 Periwinkle

📋 copy color: '#BDD1F0'

red 189 ◦ green 209 ◦ blue 240

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

Shades of Periwinkle #BDD1F0

Tints of Periwinkle #BDD1F0

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.76%

 BLUE value IS 240 (94.14% from 255) = 37.62%

R = 29.62%
G = 32.76%
B = 37.62%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDD1F0 (or 0xBDD1F0) is known color: Periwinkle. HEX triplet: BD, D1 and F0. RGB value is (189,209,240). Sum of RGB (Red+Green+Blue) = 189+209+240=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDD1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1F0 is #422E0F. Grayscale: #CECECE. Windows color (decimal): -4337168 or 15782333. OLE color: 15782333.

HSL color Cylindrical-coordinate representation of color #BDD1F0: hue angle of 216.47º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDD1F0 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 209 240 -
CMYK 0.21 0.13 0 0.06
HSL 216.47º 0.63% 0.84% -
HSV(B) 216.47º 0.21% 0.94% -
XYZ 59.51 62.71 91.41 -
YUV 206.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 189 209 240 0.21 0.13 0 0.06 216.47 0.63 0.84
Hex BD D1 F0 15 D 0 6 D8 3F 54
Octal 275 321 360 25 15 0 6 330 77 124
Binary 10111101 11010001 11110000 10101 1101 0 110 11011000 111111 1010100

Color Harmonies of #BDD1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD1F0

Black with #BDD1F0

Text Example


Text Example

White with #BDD1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD1F0; }

 p { color: rgb(189,209,240); }

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

background-color css

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

 a { background-color: rgb(189,209,240); }

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

border-color css

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

 span { border-color: rgb(189,209,240); }

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