Html Css Color HEX #BDCFF1 Periwinkle

📋 copy color: '#BDCFF1'

red 189 ◦ green 207 ◦ blue 241

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

Shades of Periwinkle #BDCFF1

Tints of Periwinkle #BDCFF1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.5%

 BLUE value IS 241 (94.53% from 255) = 37.83%

R = 29.67%
G = 32.5%
B = 37.83%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDCFF1 (or 0xBDCFF1) is known color: Periwinkle. HEX triplet: BD, CF and F1. RGB value is (189,207,241). Sum of RGB (Red+Green+Blue) = 189+207+241=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDCFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCFF1 is #42300E. Grayscale: #CDCDCD. Windows color (decimal): -4337679 or 15847357. OLE color: 15847357.

HSL color Cylindrical-coordinate representation of color #BDCFF1: hue angle of 219.23º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDCFF1 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 207 241 -
CMYK 0.22 0.14 0 0.05
HSL 219.23º 0.65% 0.84% -
HSV(B) 219.23º 0.22% 0.95% -
XYZ 59.18 61.8 92.03 -
YUV 205.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 189 207 241 0.22 0.14 0 0.05 219.23 0.65 0.84
Hex BD CF F1 16 E 0 5 DB 41 54
Octal 275 317 361 26 16 0 5 333 101 124
Binary 10111101 11001111 11110001 10110 1110 0 101 11011011 1000001 1010100

Color Harmonies of #BDCFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCFF1

Black with #BDCFF1

Text Example


Text Example

White with #BDCFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCFF1; }

 p { color: rgb(189,207,241); }

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

background-color css

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

 a { background-color: rgb(189,207,241); }

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

border-color css

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

 span { border-color: rgb(189,207,241); }

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