Html Css Color HEX #BDD2F6 Periwinkle

📋 copy color: '#BDD2F6'

red 189 ◦ green 210 ◦ blue 246

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

Shades of Periwinkle #BDD2F6

Tints of Periwinkle #BDD2F6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.56%

 BLUE value IS 246 (96.48% from 255) = 38.14%

R = 29.3%
G = 32.56%
B = 38.14%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BDD2F6 (or 0xBDD2F6) is known color: Periwinkle. HEX triplet: BD, D2 and F6. RGB value is (189,210,246). Sum of RGB (Red+Green+Blue) = 189+210+246=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 210 (82.42% from 255 or 32.56% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDD2F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD2F6 is #422D09. Grayscale: #CFCFCF. Windows color (decimal): -4336906 or 16175805. OLE color: 16175805.

HSL color Cylindrical-coordinate representation of color #BDD2F6: hue angle of 217.89º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDD2F6 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 210 246 -
CMYK 0.23 0.15 0 0.04
HSL 217.89º 0.76% 0.85% -
HSV(B) 217.89º 0.23% 0.96% -
XYZ 60.67 63.57 96.26 -
YUV 207.83 149.54 114.57 -
System Red Green Blue C M Y K H S L
Decimal 189 210 246 0.23 0.15 0 0.04 217.89 0.76 0.85
Hex BD D2 F6 17 F 0 4 DA 4C 55
Octal 275 322 366 27 17 0 4 332 114 125
Binary 10111101 11010010 11110110 10111 1111 0 100 11011010 1001100 1010101

Color Harmonies of #BDD2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD2F6

Black with #BDD2F6

Text Example


Text Example

White with #BDD2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD2F6; }

 p { color: rgb(189,210,246); }

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

background-color css

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

 a { background-color: rgb(189,210,246); }

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

border-color css

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

 span { border-color: rgb(189,210,246); }

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