Html Css Color HEX #BDCFF2 Periwinkle

📋 copy color: '#BDCFF2'

red 189 ◦ green 207 ◦ blue 242

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

Shades of Periwinkle #BDCFF2

Tints of Periwinkle #BDCFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.93%

R = 29.62%
G = 32.45%
B = 37.93%

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

#BDCFF2 (or 0xBDCFF2) is known color: Periwinkle. HEX triplet: BD, CF and F2. RGB value is (189,207,242). Sum of RGB (Red+Green+Blue) = 189+207+242=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDCFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCFF2 is #42300D. Grayscale: #CDCDCD. Windows color (decimal): -4337678 or 15912893. OLE color: 15912893.

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

Color convert

RGB 189 207 242 -
CMYK 0.22 0.14 0 0.05
HSL 219.62º 0.67% 0.85% -
HSV(B) 219.62º 0.22% 0.95% -
XYZ 59.33 61.86 92.82 -
YUV 205.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 189 207 242 0.22 0.14 0 0.05 219.62 0.67 0.85
Hex BD CF F2 16 E 0 5 DC 43 55
Octal 275 317 362 26 16 0 5 334 103 125
Binary 10111101 11001111 11110010 10110 1110 0 101 11011100 1000011 1010101

Color Harmonies of #BDCFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCFF2

Black with #BDCFF2

Text Example


Text Example

White with #BDCFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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